mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
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: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
23242684c1
commit
3c70754250
@@ -66,7 +66,7 @@ struct dim2_regs {
|
||||
/* 0xF7 */ u32 ACMR1;
|
||||
};
|
||||
|
||||
#define DIM2_MASK(n) (~((~(u32)0)<<(n)))
|
||||
#define DIM2_MASK(n) (~((~(u32)0) << (n)))
|
||||
|
||||
enum {
|
||||
MLBC0_MLBLK_BIT = 7,
|
||||
|
||||
Reference in New Issue
Block a user