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

Staging: i4l: pcbit: layer2: 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>
上级 60abe351
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
#define SCHED_READ 0x01 #define SCHED_READ 0x01
#define SCHED_WRITE 0x02 #define SCHED_WRITE 0x02
#define SET_RUN_TIMEOUT 2 * HZ /* 2 seconds */ #define SET_RUN_TIMEOUT (2 * HZ) /* 2 seconds */
struct frame_buf { struct frame_buf {
ulong msg; ulong msg;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册