]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: otg_whitelist: remove whitespace
authorKris Borer <kborer@gmail.com>
Mon, 10 Aug 2015 01:48:18 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Aug 2015 23:50:36 +0000 (16:50 -0700)
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>
drivers/usb/core/otg_whitelist.h

index a6315abe7b7cec272f28265157f1e65a24f71ddb..a95b0c989c216eca774abd0709451096fda19792 100644 (file)
@@ -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), },