staging: rtl8192u: Add space around binary operators
authorSumera Priyadarsini <sylphrenadin@gmail.com>
Thu, 22 Aug 2019 19:35:35 +0000 (01:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:27:39 +0000 (10:27 +0200)
commitcadcc6b20d971510f00ea19f3da6d3b992658f0b
tree4863db68e5aad4386d302998392da7686cd6420e
parent684c215dd06eccc515dfd786347ac556c00f895a
staging: rtl8192u: Add space around binary operators

This patch fixes the file r8180_93cx6.c to avoid the checkpatch.pl warnings:

CHECK: spaces preferred around that '<<' (ctx:VxV)
CHECK: spaces preferred around that '-' (ctx:VxV)

Signed-off-by: Sumera Priyadarsini <sylphrenadin@gmail.com>
Link: https://lore.kernel.org/r/20190822193535.14357-1-sylphrenadin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8180_93cx6.c