From: Kenji Toyama Date: Sat, 23 Apr 2011 11:36:49 +0000 (+0800) Subject: Staging: xgifb: Fixed lots of coding style issues. X-Git-Tag: v3.0-rc1~336^2~647 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7f656dc5cf272b73b2b0f159cca284f1d2bd52;p=pandora-kernel.git Staging: xgifb: Fixed lots of coding style issues. There were hundreds of warnings and errors given by checkpatch.pl but now it's down to 20. These ones that were left in the code need some more attention, cause I reckon the functions are overly nested leading to a mess of code in a traditional 80 character screen. I'm sure this code can be refactored into something more visually pleasing (things like compressing two nested if's into a single if with an AND would help a lot already). Signed-off-by: Daniel Kenji Toyama Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed