Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: designware-pci: update Intel copyright line

While here, fix few indentations issues across the code. There is no functional
change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

authored by

Andy Shevchenko and committed by
Wolfram Sang
a93ac578 e961a094

+5 -5
+5 -5
drivers/i2c/busses/i2c-designware-pcidrv.c
··· 6 6 * Copyright (C) 2006 Texas Instruments. 7 7 * Copyright (C) 2007 MontaVista Software Inc. 8 8 * Copyright (C) 2009 Provigent Ltd. 9 - * Copyright (C) 2011 Intel corporation. 9 + * Copyright (C) 2011, 2015 Intel Corporation. 10 10 * 11 11 * ---------------------------------------------------------------------------- 12 12 * ··· 97 97 .sda_hold = 0x9, 98 98 }; 99 99 100 - static struct dw_pci_controller dw_pci_controllers[] = { 100 + static struct dw_pci_controller dw_pci_controllers[] = { 101 101 [medfield_0] = { 102 102 .bus_num = 0, 103 103 .bus_cfg = INTEL_MID_STD_CFG | DW_IC_CON_SPEED_FAST, ··· 232 232 dev->functionality = controller->functionality | 233 233 DW_DEFAULT_FUNCTIONALITY; 234 234 235 - dev->master_cfg = controller->bus_cfg; 235 + dev->master_cfg = controller->bus_cfg; 236 236 if (controller->scl_sda_cfg) { 237 237 cfg = controller->scl_sda_cfg; 238 238 dev->ss_hcnt = cfg->ss_hcnt; ··· 299 299 300 300 static const struct pci_device_id i2_designware_pci_ids[] = { 301 301 /* Medfield */ 302 - { PCI_VDEVICE(INTEL, 0x0817), medfield_3,}, 302 + { PCI_VDEVICE(INTEL, 0x0817), medfield_3 }, 303 303 { PCI_VDEVICE(INTEL, 0x0818), medfield_4 }, 304 304 { PCI_VDEVICE(INTEL, 0x0819), medfield_5 }, 305 305 { PCI_VDEVICE(INTEL, 0x082C), medfield_0 }, ··· 317 317 { PCI_VDEVICE(INTEL, 0x9c61), haswell }, 318 318 { PCI_VDEVICE(INTEL, 0x9c62), haswell }, 319 319 /* Braswell / Cherrytrail */ 320 - { PCI_VDEVICE(INTEL, 0x22C1), baytrail,}, 320 + { PCI_VDEVICE(INTEL, 0x22C1), baytrail }, 321 321 { PCI_VDEVICE(INTEL, 0x22C2), baytrail }, 322 322 { PCI_VDEVICE(INTEL, 0x22C3), baytrail }, 323 323 { PCI_VDEVICE(INTEL, 0x22C4), baytrail },