summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_init.h
diff options
context:
space:
mode:
authorKenji Toyama2011-04-23 06:11:16 +0200
committerGreg Kroah-Hartman2011-04-26 02:29:27 +0200
commitbf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1 (patch)
tree5dfcdb3b854e2f36164b17bcc17a14bf17714006 /drivers/staging/xgifb/vb_init.h
parentStaging: xgifb: Fixed coding style issues. (diff)
downloadkernel-qcow2-linux-bf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1.tar.gz
kernel-qcow2-linux-bf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1.tar.xz
kernel-qcow2-linux-bf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1.zip
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