commit | cadcc6b20d971510f00ea19f3da6d3b992658f0b | [log] [tgz] |
---|---|---|
author | Sumera Priyadarsini <sylphrenadin@gmail.com> | Fri Aug 23 01:05:35 2019 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 25 10:27:39 2019 +0200 |
tree | 4863db68e5aad4386d302998392da7686cd6420e | |
parent | 684c215dd06eccc515dfd786347ac556c00f895a [diff] |
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>