Skip to content

Commit

Permalink
Staging: xgifb: Fixed lots of coding style issues.
Browse files Browse the repository at this point in the history
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 <kenji.toyama@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Kenji Toyama authored and Greg Kroah-Hartman committed Apr 26, 2011
1 parent 2dbe71c commit 1d7f656
Showing 1 changed file with 1,133 additions and 752 deletions.
Loading

0 comments on commit 1d7f656

Please sign in to comment.