projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8786a9
)
usb: otg_whitelist: remove whitespace
author
Kris Borer
<kborer@gmail.com>
Mon, 10 Aug 2015 01:48:18 +0000
(21:48 -0400)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/usb/core/otg_whitelist.h
b/drivers/usb/core/otg_whitelist.h
index a6315abe7b7cec272f28265157f1e65a24f71ddb..a95b0c989c216eca774abd0709451096fda19792 100644
(file)
--- 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), },