summaryrefslogtreecommitdiffstats
path: root/drivers/staging/otus/oal_dt.h
diff options
context:
space:
mode:
authorMithlesh Thukral <mithlesh@linsyssoft.com>2009-10-26 21:21:39 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:11 -0800
commitdba0da373d389b9e12bb739d25cbe116dee5f55b (patch)
treedfcfe58af37edc116703c3c406bfcd67669ae4a9 /drivers/staging/otus/oal_dt.h
parent3001fa0522b87cbd756896a7ffa30a38fdf7a388 (diff)
downloadlinux-stable-dba0da373d389b9e12bb739d25cbe116dee5f55b.tar.gz
linux-stable-dba0da373d389b9e12bb739d25cbe116dee5f55b.tar.bz2
linux-stable-dba0da373d389b9e12bb739d25cbe116dee5f55b.zip
Staging: otus : checkpatch.pl cleanup for header files
Fix for checkpatch.pl errors and warnings in header files of otus driver. (There is a typedef which still remains. Plan to clean it up in next set of patches) Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/otus/oal_dt.h')
-rw-r--r--drivers/staging/otus/oal_dt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/otus/oal_dt.h b/drivers/staging/otus/oal_dt.h
index e82b9770fca1..fb6d11a99cc5 100644
--- a/drivers/staging/otus/oal_dt.h
+++ b/drivers/staging/otus/oal_dt.h
@@ -39,15 +39,15 @@ typedef long s32_t;
typedef short s16_t;
typedef char s8_t;
-#ifndef TRUE
-#define TRUE (1==1)
+#ifndef TRUE
+#define TRUE (1 == 1)
#endif
-#ifndef FALSE
-#define FALSE (1==0)
+#ifndef FALSE
+#define FALSE (1 == 0)
#endif
-#ifndef NULL
+#ifndef NULL
#define NULL 0
#endif