aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap/dgap.h
diff options
context:
space:
mode:
authorMark Hounschell <markh@compro.net>2014-03-25 16:38:15 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-14 08:49:11 -0700
commit77c9976fa6a70cf62c8d5eb606d5353b8713ce1e (patch)
tree8a3ec98044a55ff43357e01b3e6b9d277da045d7 /drivers/staging/dgap/dgap.h
parentstaging: dgap: Only read config file dgap.conf once (diff)
downloadlinux-dev-77c9976fa6a70cf62c8d5eb606d5353b8713ce1e.tar.xz
linux-dev-77c9976fa6a70cf62c8d5eb606d5353b8713ce1e.zip
staging: dgap: Macros with complex values should be enclosed in parenthesis
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>
Diffstat (limited to 'drivers/staging/dgap/dgap.h')
-rw-r--r--drivers/staging/dgap/dgap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgap/dgap.h b/drivers/staging/dgap/dgap.h
index 64156807a333..01eb56fd9ada 100644
--- a/drivers/staging/dgap/dgap.h
+++ b/drivers/staging/dgap/dgap.h
@@ -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) */