Staging: otus: fix coding style issues in ioctl.c
authorGustavo Silva <silvagustavosilva@gmail.com>
Sat, 26 Jun 2010 22:36:53 +0000 (17:36 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Jul 2010 19:33:02 +0000 (12:33 -0700)
commit25b37ecab96cde0e15c494a89cd2ab8e4337906e
tree7568911247450b1ef00cdd9ea5ba54cbf3b03e8c
parent38d9df499dd3125465cf5aed3d3d6d5c26f0645d
Staging: otus: fix coding style issues in ioctl.c

This is a patch to the ioctl.c file that fixes up the following
issues:

ERROR: that open brace { should be on the previous line x  3
WARNING: please, no space before tabs x  1
ERROR: space required before the open parenthesis '(' x  5
WARNING: braces {} are not necessary for single statement blocks x  2
ERROR: space prohibited after that '!' (ctx:BxW) x  1
WARNING: suspect code indent for conditional statements x  2
ERROR: do not use C99 // comments x  1
WARNING: braces {} are not necessary for any arm of this statement x  4

Signed-off-by: Gustavo Silva <silvagustavo@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/otus/ioctl.c