Skip to content

Commit

Permalink
Staging: xgifb: Fixed almost all style warnings.
Browse files Browse the repository at this point in the history
I've removed all the warnings except one that I believe is a false
positive. The original author has used a macro to #define EXTERN to be
'extern', so in this case 'extern' is not used to define the storage
class of anything, but just the value of the macro. We can safely ignore
this warning.

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 1d7f656 commit 918122e
Showing 1 changed file with 389 additions and 434 deletions.
Loading

0 comments on commit 918122e

Please sign in to comment.