Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: Remove unnecessary space before open square bracket.

Remove unnecessary space before open square bracket.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
2b320d87 2b4ba254

+1 -1
+1 -1
drivers/usb/isp1760/isp1760-if.c
··· 163 163 printk(KERN_ERR "ips1761_pci_shutdown\n"); 164 164 } 165 165 166 - static const struct pci_device_id isp1760_plx [] = { 166 + static const struct pci_device_id isp1760_plx[] = { 167 167 { 168 168 .class = PCI_CLASS_BRIDGE_OTHER << 8, 169 169 .class_mask = ~0,