Re: [PATCH] staging: rtl8723bs: fix coding style

2020-08-17 Thread Greg KH
On Mon, Aug 17, 2020 at 06:15:20AM +, Injae Kang wrote: > Fix coding style of core/rtw_cmd.c > > Signed-off-by: Injae Kang > --- > drivers/staging/rtl8723bs/core/rtw_cmd.c | 168 +++ > 1 file changed, 79 insertions(+), 89 deletions(-) > Hi, This is the friendly patch-b

[PATCH] staging: rtl8723bs: fix coding style

2020-08-16 Thread Injae Kang
Fix coding style of core/rtw_cmd.c Signed-off-by: Injae Kang --- drivers/staging/rtl8723bs/core/rtw_cmd.c | 168 +++ 1 file changed, 79 insertions(+), 89 deletions(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c index bd18

Re: [PATCH] staging: rtl8723bs: Fix coding style issues

2017-05-01 Thread adheer chandravanshi
On Mon, May 1, 2017 at 5:40 PM, Greg KH wrote: > On Mon, May 01, 2017 at 04:19:48PM +0530, Adheer Chandravanshi wrote: >> Fix style issues as reported by checkpatch.pl > > That's really vague, you need to be specific, and only fix one type of > thing per patch. > > thanks, > > greg k-h Thanks for

Re: [PATCH] staging: rtl8723bs: Fix coding style issues

2017-05-01 Thread Greg KH
On Mon, May 01, 2017 at 04:19:48PM +0530, Adheer Chandravanshi wrote: > Fix style issues as reported by checkpatch.pl That's really vague, you need to be specific, and only fix one type of thing per patch. thanks, greg k-h ___ devel mailing list de...@

[PATCH] staging: rtl8723bs: Fix coding style issues

2017-05-01 Thread Adheer Chandravanshi
Fix style issues as reported by checkpatch.pl Signed-off-by: Adheer Chandravanshi --- drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 9 + drivers/staging/rtl8723bs/include/rtl8192c_rf.h | 22 +- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/