mirror of https://gitee.com/openkylin/linux.git
staging: rtl8712: Add spaces around <<
Fix checkpatch error "CHECK: spaces preferred around that '<<'". Signed-off-by: Marco Villegas <git@marvil07.net> Link: https://lore.kernel.org/r/20190802194737.12252-1-git@marvil07.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7cbf010824
commit
9fd827c699
|
@ -41,7 +41,7 @@ do { \
|
|||
pattrib_iv[0] = txpn._byte_.TSC0;\
|
||||
pattrib_iv[1] = txpn._byte_.TSC1;\
|
||||
pattrib_iv[2] = txpn._byte_.TSC2;\
|
||||
pattrib_iv[3] = ((keyidx & 0x3)<<6);\
|
||||
pattrib_iv[3] = ((keyidx & 0x3) << 6);\
|
||||
txpn.val = (txpn.val == 0xffffff) ? 0 : (txpn.val+1);\
|
||||
} while (0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue