staging: rts5208: Fix line over 80 characters.
authorGulsah Kose <gulsah.1004@gmail.com>
Wed, 12 Mar 2014 19:01:48 +0000 (21:01 +0200)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Fri, 14 Mar 2014 00:36:46 +0000 (17:36 -0700)
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>
drivers/staging/rts5208/rtsx.c

index 8586ac5d21447947b26093bc3fdb9014ee83696a..d2d1345fb06c99db45a6087f4030e9dcdea324ee 100644 (file)
@@ -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, },
 };
 
This page took 0.02812 seconds and 5 git commands to generate.