Commit 4e4feeec authored by Naveen Kumar Parna's avatar Naveen Kumar Parna Committed by Greg Kroah-Hartman

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: default avatarNaveen Kumar Parna <parna.naveenkumar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 01d40714
...@@ -274,7 +274,7 @@ static const struct ohci_driver_overrides pci_overrides __initconst = { ...@@ -274,7 +274,7 @@ static const struct ohci_driver_overrides pci_overrides __initconst = {
.reset = ohci_pci_reset, .reset = ohci_pci_reset,
}; };
static const struct pci_device_id pci_ids [] = { { static const struct pci_device_id pci_ids[] = { {
/* handle any USB OHCI controller */ /* handle any USB OHCI controller */
PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0), PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
.driver_data = (unsigned long) &ohci_pci_hc_driver, .driver_data = (unsigned long) &ohci_pci_hc_driver,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment