From: Kenji Toyama Date: Sat, 23 Apr 2011 13:54:07 +0000 (+0800) Subject: Staging: xgifb: Fixed almost all style warnings. X-Git-Tag: v3.0-rc1~336^2~646 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918122e6871468fd5257d55aab428f1a867059bd;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed