[PATCH 044/235] Staging: comedi: comedi_compat32.h: Fixed checkpatch.pl issues

Greg Kroah-Hartman gregkh at suse.de
Fri Dec 11 22:26:26 UTC 2009


From: Shane Warden <shane.warden at onyxneon.com>

Signed-off-by: Shane Warden <shane.warden at onyxneon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 drivers/staging/comedi/comedi_compat32.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/comedi/comedi_compat32.h b/drivers/staging/comedi/comedi_compat32.h
index fd0f8a3..75d942c 100644
--- a/drivers/staging/comedi/comedi_compat32.h
+++ b/drivers/staging/comedi/comedi_compat32.h
@@ -28,7 +28,9 @@
 #define _COMEDI_COMPAT32_H
 
 #include <linux/compat.h>
-#include <linux/fs.h>		/* For HAVE_COMPAT_IOCTL and HAVE_UNLOCKED_IOCTL */
+
+/* For HAVE_COMPAT_IOCTL and HAVE_UNLOCKED_IOCTL */
+#include <linux/fs.h>
 
 #ifdef CONFIG_COMPAT
 
-- 
1.6.5.5




More information about the devel mailing list