[PATCH v2] staging: rtl8192u: ieee80211: fix checkpatch space errors

2019-04-06 Thread Caio Salvador Rohwedder
Fix checkpatch space coding style errors, warnings and checks on rtl819x_TSProc.c Signed-off-by: Caio Salvador Rohwedder --- Changes in v2: - change commit message - fix remaining space errors --- .../rtl8192u/ieee80211/rtl819x_TSProc.c | 112 +- 1 file

[PATCH] staging: rtl8192u: ieee80211: add space around '==' and before '('

2019-04-04 Thread Caio Salvador Rohwedder
Fix checkpatch coding style errors on rtl819x_TSProc.c - space required before the open parenthesis '(' - spaces required around that '==' Signed-off-by: Caio Salvador Rohwedder --- drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff