提交 8c9a093e 编写于 作者: S Sandhya Bankar 提交者: Greg Kroah-Hartman

Staging: i4l: pcbit: capi: Add parentheses to complex macro.

Add parentheses to complex macro.
Signed-off-by: NSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3e735d1e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#define REQ_DISPLAY 0x04 #define REQ_DISPLAY 0x04
#define REQ_USER_TO_USER 0x08 #define REQ_USER_TO_USER 0x08
#define AppInfoMask REQ_CAUSE | REQ_DISPLAY | REQ_USER_TO_USER #define AppInfoMask (REQ_CAUSE | REQ_DISPLAY | REQ_USER_TO_USER)
/* Connection Setup */ /* Connection Setup */
extern int capi_conn_req(const char *calledPN, struct sk_buff **buf, extern int capi_conn_req(const char *calledPN, struct sk_buff **buf,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册