]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb-misc: sisusbvga: Fix coding style: horizontal whitespace changes
authorPeter Senna Tschudin <peter.senna@collabora.com>
Fri, 15 Jan 2016 17:41:28 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 05:04:54 +0000 (21:04 -0800)
commitf74a039c7e0bf6b7ed71b10dddfdafcf1e87e5ae
tree146358ccb7e4c50acd90a495315e2b852649826c
parent20db5513b4085d4beb78e7129cf7e56fe4ddafde
usb-misc: sisusbvga: Fix coding style: horizontal whitespace changes

This patch fixes whitespace coding style issues that can be fixed
within a single line. This patch fixes the following checkpatch
warnings:
 - 83 ERROR: space required after that ','
 - 13 ERROR: switch and case should be at the same indent
 - 08 WARNING: please, no spaces at the start of a line
 - 03 ERROR: space required before the open parenthesis '('
 - 04 WARNING: suspect code indent for conditional statements
 - 01 WARNING: space prohibited between function name and open parenthesis
 - 01 ERROR: spaces required around that '='
 - 01 ERROR: code indent should use tabs where possible

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