diff options
author | Kris Borer <kborer@gmail.com> | 2015-08-09 21:48:18 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-14 16:50:36 -0700 |
commit | 31b92d81e5d4574eb3d038642c7ba6ec66ea7db1 (patch) | |
tree | 30e8cca06b6664e6453841215cce80bcda90ca79 /drivers/usb | |
parent | f8786a91548df6930643a052e40e5c0b7a8403a5 (diff) | |
download | op-kernel-dev-31b92d81e5d4574eb3d038642c7ba6ec66ea7db1.zip op-kernel-dev-31b92d81e5d4574eb3d038642c7ba6ec66ea7db1.tar.gz |
usb: otg_whitelist: remove whitespace
Fix one occurrence of the checkpatch error:
ERROR: space prohibited before open square bracket '['
Signed-off-by: Kris Borer <kborer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/otg_whitelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/otg_whitelist.h b/drivers/usb/core/otg_whitelist.h index a6315ab..a95b0c9 100644 --- a/drivers/usb/core/otg_whitelist.h +++ b/drivers/usb/core/otg_whitelist.h @@ -16,7 +16,7 @@ * YOU _SHOULD_ CHANGE THIS LIST TO MATCH YOUR PRODUCT AND ITS TESTING! */ -static struct usb_device_id whitelist_table [] = { +static struct usb_device_id whitelist_table[] = { /* hubs are optional in OTG, but very handy ... */ { USB_DEVICE_INFO(USB_CLASS_HUB, 0, 0), }, |