]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: core: rtw_recv.c: fix a space issue
authorSanjana Sanikommu <sanjana99reddy99@gmail.com>
Sun, 17 Mar 2019 15:39:29 +0000 (21:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:50:11 +0000 (07:50 +0100)
commite0fe9ddd6fc1802ffe9a39e4b15172edb8873357
tree13f2cd521e450857005faa434746f185f1e1cf8f
parent023095f5a4f6cee2101c2034bd88c096a0ea0762
staging: rtl8188eu: core: rtw_recv.c: fix a space issue

Fix a space issue around the below operators mentioned in CHECK.
Issue found by checkpatch.pl semantic patch results for
rtw_recv.c..

CHECK: spaces preferred around '%' (ctx:VxV)
CHECK: spaces preferred around '&' (ctx:VxV)
CHECK: spaces preferred around '+' (ctx:VxV)
CHECK: spaces preferred around '<<' (ctx:VxV)

Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c