Staging: vt6656: Correct usage of braces
authorSimon Schuster <linux@rationality.eu>
Sat, 4 Jan 2014 15:25:14 +0000 (16:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 01:17:58 +0000 (17:17 -0800)
commitb7fce6aec117378cbd2a9db27b394a6128bd3e98
treeb743351c191bc8b81ffb54a0255cbc762abe4d08
parentfd2251e2331d26184cea15fc28a0cabebca8d321
Staging: vt6656: Correct usage of braces

Conforming to the linux coding style guidelines, a single line block
of an if statement does not require curly braces unless another block
of the if cascade requires them. Therefore unnecessary curly braces
are removed by this patch and missing ones are added.

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