Staging: vt6656: Correct operator coding style
authorSimon Schuster <linux@rationality.eu>
Sat, 4 Jan 2014 15:25:09 +0000 (16:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 01:17:58 +0000 (17:17 -0800)
commite435ef1626ca09091c17a80b749065c212958569
treeb49ac452f96ccd4b2f88656ce769a2b263c80a56
parent13a36fe9aa50a65900763b60d72811a5e3342b03
Staging: vt6656: Correct operator coding style

Adds spaces around operators (like &&, ||, !=, +, ...) and removes
spaces before postfix increment and decrement operators. Parentheses
around return values are removed, too.

Signed-off-by: Sebastian Rachuj <sebastian.rachuj@studium.uni-erlangen.de>
Signed-off-by: Simon Schuster <linux@rationality.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/bssdb.c