usb-misc: sisusbvga: Fix coding style: braces, parenthesis, comment
authorPeter Senna Tschudin <peter.senna@gmail.com>
Fri, 15 Jan 2016 17:41:30 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 05:04:54 +0000 (21:04 -0800)
commitf996c49d4fa4e8e33955eb59691e1b116b3d733b
tree0f99a508cbde3b5bc914d74e0c2cc1f93f1a1523
parent06e21efa2d344b5e29bf680e623fa76dbcb62580
usb-misc: sisusbvga: Fix coding style: braces, parenthesis, comment

The file drivers/usb/misc/sisusbvga/sisusb.c contained coding style
issues reported by checkpatch. This patch fixes the following
errors:
 - 12 WARNING: braces {} are not necessary for single statement blocks
 - 04 ERROR: return is not a function, parentheses are not required
 - 03 ERROR: do not initialise statics to 0
 - 1 WARNING: else is not generally useful after a break or return
 - 1 WARNING: braces {} are not necessary for any arm of this statement
 - 1 WARNING: Block comments use * on subsequent lines

One case in which braces are not necessary is left unchanged as other
patch of the series will fix it.

Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/sisusbvga/sisusb.c