mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
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>
This commit is contained in:
parent
f8786a9154
commit
31b92d81e5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
* YOU _SHOULD_ CHANGE THIS LIST TO MATCH YOUR PRODUCT AND ITS TESTING!
|
* 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 ... */
|
/* hubs are optional in OTG, but very handy ... */
|
||||||
{ USB_DEVICE_INFO(USB_CLASS_HUB, 0, 0), },
|
{ USB_DEVICE_INFO(USB_CLASS_HUB, 0, 0), },
|
||||||
|
|
Loading…
Add table
Reference in a new issue