From 918122e6871468fd5257d55aab428f1a867059bd Mon Sep 17 00:00:00 2001 From: Kenji Toyama Date: Sat, 23 Apr 2011 21:54:07 +0800 Subject: [PATCH] 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-format-patch failed