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

2019-04-04 Thread Dan Carpenter
On Fri, Apr 05, 2019 at 10:31:17AM +0800, YueHaibing wrote: > On 2019/4/5 9:56, Caio Salvador Rohwedder wrote: > > if(!list_empty(pUnusedList)) { > > (*ppTS) = list_entry(pUnusedList->next, struct > > ts_common_info, list); > >

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

2019-04-04 Thread YueHaibing
On 2019/4/5 9:56, Caio Salvador Rohwedder wrote: > 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 > --- >

[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