diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2014-03-12 21:01:48 +0200 |
---|---|---|
committer | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | 2014-03-13 17:36:46 -0700 |
commit | a53b74d7e1db28c8af1458a5a400f9946b6f68c8 (patch) | |
tree | dadf6d8dbccc7f8c2f825ed37ef3161474fed8af /drivers/staging/rts5208 | |
parent | 774448dc60d5b429436c2fc21f46ccd597f956ea (diff) | |
download | blackbird-obmc-linux-a53b74d7e1db28c8af1458a5a400f9946b6f68c8.tar.gz blackbird-obmc-linux-a53b74d7e1db28c8af1458a5a400f9946b6f68c8.zip |
staging: rts5208: Fix line over 80 characters.
Fix checkpatch.pl issues with line over 80 characters in rtsx.c
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Diffstat (limited to 'drivers/staging/rts5208')
-rw-r--r-- | drivers/staging/rts5208/rtsx.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c index 8586ac5d2144..d2d1345fb06c 100644 --- a/drivers/staging/rts5208/rtsx.c +++ b/drivers/staging/rts5208/rtsx.c @@ -1031,8 +1031,10 @@ static void rtsx_remove(struct pci_dev *pci) /* PCI IDs */ static DEFINE_PCI_DEVICE_TABLE(rtsx_ids) = { - { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5208), PCI_CLASS_OTHERS << 16, 0xFF0000 }, - { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5288), PCI_CLASS_OTHERS << 16, 0xFF0000 }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5208), + PCI_CLASS_OTHERS << 16, 0xFF0000 }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5288), + PCI_CLASS_OTHERS << 16, 0xFF0000 }, { 0, }, }; |