Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kris Borer and committed by
Greg Kroah-Hartman
31b92d81 f8786a91

+1 -1
+1 -1
drivers/usb/core/otg_whitelist.h
··· 16 16 * YOU _SHOULD_ CHANGE THIS LIST TO MATCH YOUR PRODUCT AND ITS TESTING! 17 17 */ 18 18 19 - static struct usb_device_id whitelist_table [] = { 19 + static struct usb_device_id whitelist_table[] = { 20 20 21 21 /* hubs are optional in OTG, but very handy ... */ 22 22 { USB_DEVICE_INFO(USB_CLASS_HUB, 0, 0), },