Staging: xgifb: Fixed almost all style warnings.
authorKenji Toyama <kenji.toyama@gmail.com>
Sat, 23 Apr 2011 13:54:07 +0000 (21:54 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Apr 2011 00:30:42 +0000 (17:30 -0700)
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>

No differences found