Re: [PATCH] Fixed a coding style issue - missing a blank line after declarations

2021-05-24 Thread Dan Carpenter
On Sun, May 23, 2021 at 10:21:51AM +0900, Donggyu Kim wrote: > Signed-off-by:Donggyu Kim The subject needs a subsystem prefix, the subject is too long, and there is no commit message. Run scripts/checkpatch.pl on your patches. regards, dan carpenter

Re: [PATCH] Fixed a coding style issue - missing a blank line after declarations

2021-05-22 Thread Greg KH
On Sat, May 22, 2021 at 08:49:50PM +0900, tco0427 wrote: > --- > drivers/staging/rtl8723bs/core/rtw_cmd.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c > b/drivers/staging/rtl8723bs/core/rtw_cmd.c > index e1a8f8b47edd..40d99644ddc7 100644 > ---