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:
7f0a9eb
)
staging: unisys: include: Wrap macro argument in parenthesis
author
David Binder
<
[email protected]
>
Fri, 17 Mar 2017 15:27:01 +0000
(11:27 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 21 Mar 2017 06:58:46 +0000
(07:58 +0100)
Addresses checkpatch check by wrapping macro argument in parenthesis.
Signed-off-by: David Binder <
[email protected]
>
Signed-off-by: David Kershner <
[email protected]
>
Reviewed-by: Tim Sell <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/unisys/include/channel.h
patch
|
blob
|
history
diff --git
a/drivers/staging/unisys/include/channel.h
b/drivers/staging/unisys/include/channel.h
index e202f5bcb2b4583c73e7f116295c3046ba647ac5..36dbe21fbc1ecfde47681b2577c6d95f5666b8cf 100644
(file)
--- a/
drivers/staging/unisys/include/channel.h
+++ b/
drivers/staging/unisys/include/channel.h
@@
-32,7
+32,7
@@
*/
#define __SUPERVISOR_CHANNEL_H__
-#define SIGNATURE_16(A, B) ((A) | (
B
<< 8))
+#define SIGNATURE_16(A, B) ((A) | (
(B)
<< 8))
#define SIGNATURE_32(A, B, C, D) \
(SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16))
#define SIGNATURE_64(A, B, C, D, E, F, G, H) \