projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e84401
)
staging: dgap: Macros with complex values should be enclosed in parenthesis
author
Mark Hounschell
<markh@compro.net>
Tue, 25 Mar 2014 20:38:15 +0000
(16:38 -0400)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/dgap/dgap.h
b/drivers/staging/dgap/dgap.h
index 64156807a3330cef944fe38e47d9f40186e6fc3c..01eb56fd9adab589f63e3fc8e1fe4ea705e6b58f 100644
(file)
--- 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) */