]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: dgap: Macros with complex values should be enclosed in parenthesis
authorMark Hounschell <markh@compro.net>
Tue, 25 Mar 2014 20:38:15 +0000 (16:38 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Apr 2014 15:49:11 +0000 (08:49 -0700)
This patch fixes a checkpatch warning
"Macros with complex values should be enclosed in parenthesis"

Signed-off-by: Mark Hounschell <markh@compro.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.h

index 64156807a3330cef944fe38e47d9f40186e6fc3c..01eb56fd9adab589f63e3fc8e1fe4ea705e6b58f 100644 (file)
@@ -186,7 +186,7 @@ typedef unsigned char               uchar;
                        ECHOCTL | ECHOKE | IEXTEN)
 
 #ifndef _POSIX_VDISABLE
-#define   _POSIX_VDISABLE '\0'
+#define _POSIX_VDISABLE ('\0')
 #endif
 
 #define SNIFF_MAX      65536           /* Sniff buffer size (2^n) */