summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-pci.c
diff options
context:
space:
mode:
authorNaveen Kumar Parna2019-05-16 17:19:23 +0200
committerGreg Kroah-Hartman2019-05-21 10:04:27 +0200
commit4e4feeec4e6cf6d0e14a45470c7f232cb685336b (patch)
tree2085b88cfe9c35662055cdda5d5a2f52aaa2bf08 /drivers/usb/host/ohci-pci.c
parentusb: exynos: add workaround for the USB device bindings conflict (diff)
downloadkernel-qcow2-linux-4e4feeec4e6cf6d0e14a45470c7f232cb685336b.tar.gz
kernel-qcow2-linux-4e4feeec4e6cf6d0e14a45470c7f232cb685336b.tar.xz
kernel-qcow2-linux-4e4feeec4e6cf6d0e14a45470c7f232cb685336b.zip
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>
Diffstat (limited to 'drivers/usb/host/ohci-pci.c')
-rw-r--r--drivers/usb/host/ohci-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c
index fbcd34911025..a033f7d855e0 100644
--- a/drivers/usb/host/ohci-pci.c
+++ b/drivers/usb/host/ohci-pci.c
@@ -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,