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

USB: OHCI: remove space before open square bracket '['

This patch removes following checkpatch.pl error in usb/host/ohci-pci.c file.
ERROR: space prohibited before open square bracket '['

Signed-off-by: Naveen Kumar Parna <parna.naveenkumar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Naveen Kumar Parna and committed by
Greg Kroah-Hartman
4e4feeec 01d40714

+1 -1
+1 -1
drivers/usb/host/ohci-pci.c
··· 274 274 .reset = ohci_pci_reset, 275 275 }; 276 276 277 - static const struct pci_device_id pci_ids [] = { { 277 + static const struct pci_device_id pci_ids[] = { { 278 278 /* handle any USB OHCI controller */ 279 279 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0), 280 280 .driver_data = (unsigned long) &ohci_pci_hc_driver,