USB: OHCI: remove space before open square bracket '['
authorNaveen Kumar Parna <parna.naveenkumar@gmail.com>
Thu, 16 May 2019 15:19:23 +0000 (20:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 May 2019 08:04:27 +0000 (10:04 +0200)
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>
drivers/usb/host/ohci-pci.c

index fbcd349110258114d4aa630a86e35ad6dc19e80c..a033f7d855e06eb6c38658ce0329b309f81abbf7 100644 (file)
@@ -274,7 +274,7 @@ static const struct ohci_driver_overrides pci_overrides __initconst = {
        .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 */
        PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
        .driver_data =  (unsigned long) &ohci_pci_hc_driver,