From: Sandhya Bankar Date: Wed, 4 May 2016 02:15:37 +0000 (+0530) Subject: usb: Remove unnecessary space before open square bracket. X-Git-Tag: v4.7-rc1~93^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b320d87f30ad2c91df8d05e29cc37c3b4df143b;p=karo-tx-linux.git usb: Remove unnecessary space before open square bracket. Remove unnecessary space before open square bracket. Signed-off-by: Sandhya Bankar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/isp1760/isp1760-if.c b/drivers/usb/isp1760/isp1760-if.c index 264be4d21706..9535b2872183 100644 --- a/drivers/usb/isp1760/isp1760-if.c +++ b/drivers/usb/isp1760/isp1760-if.c @@ -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,