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)
commit918122e6871468fd5257d55aab428f1a867059bd
treeb6d690050b1eab8e0fb0b46afea409c126de4341
parent1d7f656dc5cf272b73b2b0f159cca284f1d2bd52
Staging: xgifb: Fixed almost all style warnings.

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>
drivers/staging/xgifb/vb_struct.h