staging: rtl8712: Add spaces around <<
authorMarco Villegas <git@marvil07.net>
Fri, 2 Aug 2019 19:47:37 +0000 (16:47 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2019 07:08:00 +0000 (09:08 +0200)
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>
drivers/staging/rtl8712/rtl871x_xmit.h

index 4199cb586fb1db6ff5a4c1cbb041e7de67d2d95d..c5c55967164bfb28e25f2e924d47518b81d2d3c8 100644 (file)
@@ -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)