提交 3c707542 编写于 作者: C Chaehyun Lim 提交者: Greg Kroah-Hartman

staging: most: add spaces preferred around that '<<'

This patch adds space around '<<' found by checkpatch.

CHECK: spaces preferred around that '<<' (ctx:VxV)
FILE: drivers/staging/most/hdm-dim2/dim2_reg.h:69:
Signed-off-by: NChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 23242684
...@@ -66,7 +66,7 @@ struct dim2_regs { ...@@ -66,7 +66,7 @@ struct dim2_regs {
/* 0xF7 */ u32 ACMR1; /* 0xF7 */ u32 ACMR1;
}; };
#define DIM2_MASK(n) (~((~(u32)0)<<(n))) #define DIM2_MASK(n) (~((~(u32)0) << (n)))
enum { enum {
MLBC0_MLBLK_BIT = 7, MLBC0_MLBLK_BIT = 7,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册