]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: Remove unnecessary space before open square bracket.
authorSandhya Bankar <bankarsandhya512@gmail.com>
Wed, 4 May 2016 02:15:37 +0000 (07:45 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2016 11:08:46 +0000 (13:08 +0200)
Remove unnecessary space before open square bracket.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/isp1760/isp1760-if.c

index 264be4d217060bc1c769aa49ae641e69c8d33d2c..9535b2872183468dcd4b063c3dec930e92a5551f 100644 (file)
@@ -163,7 +163,7 @@ static void isp1761_pci_shutdown(struct pci_dev *dev)
        printk(KERN_ERR "ips1761_pci_shutdown\n");
 }
 
-static const struct pci_device_id isp1760_plx [] = {
+static const struct pci_device_id isp1760_plx[] = {
        {
                .class          = PCI_CLASS_BRIDGE_OTHER << 8,
                .class_mask     = ~0,