staging: emxx_udc: add braces to if-else block
authorGargi Sharma <gs051095@gmail.com>
Thu, 15 Sep 2016 20:14:14 +0000 (01:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Sep 2016 08:10:34 +0000 (10:10 +0200)
commit3428e918e25611a08842b37b352ccb1960fbe012
tree330175fc1c9815f2627072d3ff6d64a9a1aa1f74
parent190b95170daa713fbd1a8ad53e266aa1139678be
staging: emxx_udc: add braces to if-else block

add braces to if/else clause to fix the checkpatch issue braces {}
should be used on all arms of if/else block. Does not affect flow
because only single statement inside if/else block.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c