From: Gulsah Kose Date: Wed, 12 Mar 2014 19:01:48 +0000 (+0200) Subject: staging: rts5208: Fix line over 80 characters. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a53b74d7e1db28c8af1458a5a400f9946b6f68c8;p=deliverable%2Flinux.git staging: rts5208: Fix line over 80 characters. Fix checkpatch.pl issues with line over 80 characters in rtsx.c Signed-off-by: Gulsah Kose Acked-by: Paul E. McKenney Signed-off-by: Peter P Waskiewicz Jr --- 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, }, };