summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_init.h
diff options
context:
space:
mode:
authorKenji Toyama <kenji.toyama@gmail.com>2011-04-23 12:11:16 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-25 17:29:27 -0700
commitbf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1 (patch)
tree5dfcdb3b854e2f36164b17bcc17a14bf17714006 /drivers/staging/xgifb/vb_init.h
parent6622995b3212e3c5b39b2ef0dd4d2b02ed183aa5 (diff)
downloadlinux-bf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1.tar.gz
linux-bf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1.tar.xz
Staging: xgifb: Fixed lots of coding style issues.
There were hundreds of warnings, but now there's only four. These are related to the 'volatile' keyword and printk(), which I think should be left to the maintainers to modify if deemed necessary. Signed-off-by: Daniel Kenji Toyama <kenji.toyama@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb/vb_init.h')
-rw-r--r--drivers/staging/xgifb/vb_init.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/staging/xgifb/vb_init.h b/drivers/staging/xgifb/vb_init.h
index b47352b8e34a..6b7723057f73 100644
--- a/drivers/staging/xgifb/vb_init.h
+++ b/drivers/staging/xgifb/vb_init.h
@@ -1,7 +1,6 @@
-#ifndef _VBINIT_
-#define _VBINIT_
-extern unsigned char XGIInitNew(struct xgi_hw_device_info *HwDeviceExtension) ;
+#ifndef _VBINIT_
+#define _VBINIT_
+extern unsigned char XGIInitNew(struct xgi_hw_device_info *HwDeviceExtension);
extern struct XGI21_LVDSCapStruct XGI21_LCDCapList[13];
-
#endif