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

Staging: i4l: pcbit: layer2: 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
f3fe438d 60abe351

+1 -1
+1 -1
drivers/staging/i4l/pcbit/layer2.h
··· 109 109 #define SCHED_READ 0x01 110 110 #define SCHED_WRITE 0x02 111 111 112 - #define SET_RUN_TIMEOUT 2 * HZ /* 2 seconds */ 112 + #define SET_RUN_TIMEOUT (2 * HZ) /* 2 seconds */ 113 113 114 114 struct frame_buf { 115 115 ulong msg;