usb: gadget: Fix checkpatch error for braces
Fix error message by checkpath.pl open brace '{' following struct/enum go on the same line Patch applied by running fix inplace capability of checkpatch: checkpatch.pl -f *.[ch] --types OPEN_BRACE --fix-inplace Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:

committed by
Felipe Balbi

parent
6ae660b59c
commit
97f0117b45
@@ -80,8 +80,7 @@ static const struct file_operations rndis_proc_fops;
|
||||
#endif /* CONFIG_USB_GADGET_DEBUG_FILES */
|
||||
|
||||
/* supported OIDs */
|
||||
static const u32 oid_supported_list[] =
|
||||
{
|
||||
static const u32 oid_supported_list[] = {
|
||||
/* the general stuff */
|
||||
RNDIS_OID_GEN_SUPPORTED_LIST,
|
||||
RNDIS_OID_GEN_HARDWARE_STATUS,
|
||||
|
Reference in New Issue
Block a user