From: Gustavo Silva Date: Sat, 26 Jun 2010 22:36:53 +0000 (-0500) Subject: Staging: otus: fix coding style issues in ioctl.c X-Git-Tag: v2.6.36-rc1~520^2~1^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b37ecab96cde0e15c494a89cd2ab8e4337906e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed