staging: et131x: Add space after { in pci ID table
authorMark Einon <mark.einon@gmail.com>
Tue, 23 Sep 2014 19:41:13 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 06:38:16 +0000 (23:38 -0700)
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c

index 6539a8a..10f20b3 100644 (file)
@@ -4397,7 +4397,7 @@ err_disable:
 static const struct pci_device_id et131x_pci_table[] = {
        { PCI_VDEVICE(ATT, ET131X_PCI_DEVICE_ID_GIG), 0UL},
        { PCI_VDEVICE(ATT, ET131X_PCI_DEVICE_ID_FAST), 0UL},
-       {0,}
+       { 0,}
 };
 MODULE_DEVICE_TABLE(pci, et131x_pci_table);