Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Add parentheses to complex macro.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
8c9a093e 3e735d1e

+1 -1
+1 -1
drivers/staging/i4l/pcbit/capi.h
··· 17 17 #define REQ_DISPLAY 0x04 18 18 #define REQ_USER_TO_USER 0x08 19 19 20 - #define AppInfoMask REQ_CAUSE | REQ_DISPLAY | REQ_USER_TO_USER 20 + #define AppInfoMask (REQ_CAUSE | REQ_DISPLAY | REQ_USER_TO_USER) 21 21 22 22 /* Connection Setup */ 23 23 extern int capi_conn_req(const char *calledPN, struct sk_buff **buf,