Re: [PATCH] staging: rtl8723bs: fix block comments

2021-03-31 Thread Greg KH
On Tue, Mar 30, 2021 at 10:38:43PM -0700, Deborah Brouwer wrote: > Remove empty comment and fix checkpatch warnings: > WARNING: Block comments use * on subsequent lines > WARNING: Possible repeated word: 'very' > > Signed-off-by: Deborah Brouwer > --- > drivers/staging/rtl8723bs/core/rtw_xmit.c

[PATCH] staging: rtl8723bs: fix block comments

2021-03-30 Thread Deborah Brouwer
Remove empty comment and fix checkpatch warnings: WARNING: Block comments use * on subsequent lines WARNING: Possible repeated word: 'very' Signed-off-by: Deborah Brouwer --- drivers/staging/rtl8723bs/core/rtw_xmit.c | 61 +++ 1 file changed, 28 insertions(+), 33

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-10 Thread Dan Carpenter
On Wed, Feb 10, 2021 at 12:23:17AM +0530, karthik alapati wrote: > fix checkpatch.pl warning for "block comments should align the * on each line" > > Signed-off-by: karthik alapati > --- > .../staging/rtl8723bs/hal/rtl8723b_phycfg.c | 204 +- > 1 file changed, 102

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread karthek
On Wed, Feb 10, 2021 at 10:27:17AM +0300, Dan Carpenter wrote: > On Wed, Feb 10, 2021 at 12:23:17AM +0530, karthik alapati wrote: > > fix checkpatch.pl warning for "block comments should align the * on each > > line" > > > > Signed-off-by: karthik alapati > > --- > >

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread karthek
On Tue, Feb 09, 2021 at 07:49:29PM +0100, Greg Kroah-Hartman wrote: > On Tue, Feb 09, 2021 at 11:26:17PM +0530, karthek wrote: > > On Tue, Feb 09, 2021 at 06:23:39PM +0100, Greg Kroah-Hartman wrote: > > > On Tue, Feb 09, 2021 at 09:50:50PM +0530, karthek wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread karthek
On Wed, Feb 10, 2021 at 12:39:15AM +0530, karthek wrote: > On Tue, Feb 09, 2021 at 07:59:02PM +0100, Greg Kroah-Hartman wrote: > > On Wed, Feb 10, 2021 at 12:23:17AM +0530, karthik alapati wrote: > > > fix checkpatch.pl warning for "block comments should align the * on each > > > line" > > > > >

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread Greg Kroah-Hartman
On Wed, Feb 10, 2021 at 12:23:17AM +0530, karthik alapati wrote: > fix checkpatch.pl warning for "block comments should align the * on each line" > > Signed-off-by: karthik alapati > --- > .../staging/rtl8723bs/hal/rtl8723b_phycfg.c | 204 +- > 1 file changed, 102

[PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread karthik alapati
fix checkpatch.pl warning for "block comments should align the * on each line" Signed-off-by: karthik alapati --- .../staging/rtl8723bs/hal/rtl8723b_phycfg.c | 204 +- 1 file changed, 102 insertions(+), 102 deletions(-) diff --git

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread Greg Kroah-Hartman
On Tue, Feb 09, 2021 at 11:26:17PM +0530, karthek wrote: > On Tue, Feb 09, 2021 at 06:23:39PM +0100, Greg Kroah-Hartman wrote: > > On Tue, Feb 09, 2021 at 09:50:50PM +0530, karthek wrote: > > > On Sun, Feb 07, 2021 at 04:26:40PM +0100, Greg Kroah-Hartman wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread karthek
On Tue, Feb 09, 2021 at 06:23:39PM +0100, Greg Kroah-Hartman wrote: > On Tue, Feb 09, 2021 at 09:50:50PM +0530, karthek wrote: > > On Sun, Feb 07, 2021 at 04:26:40PM +0100, Greg Kroah-Hartman wrote: > > > On Sun, Feb 07, 2021 at 08:54:49PM +0530, karthek wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread karthek
On Tue, Feb 09, 2021 at 06:23:39PM +0100, Greg Kroah-Hartman wrote: > On Tue, Feb 09, 2021 at 09:50:50PM +0530, karthek wrote: > > On Sun, Feb 07, 2021 at 04:26:40PM +0100, Greg Kroah-Hartman wrote: > > > On Sun, Feb 07, 2021 at 08:54:49PM +0530, karthek wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread Greg Kroah-Hartman
On Tue, Feb 09, 2021 at 09:50:50PM +0530, karthek wrote: > On Sun, Feb 07, 2021 at 04:26:40PM +0100, Greg Kroah-Hartman wrote: > > On Sun, Feb 07, 2021 at 08:54:49PM +0530, karthek wrote: > > > On Sun, Feb 07, 2021 at 04:21:29PM +0100, Greg Kroah-Hartman wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-09 Thread karthek
On Sun, Feb 07, 2021 at 04:26:40PM +0100, Greg Kroah-Hartman wrote: > On Sun, Feb 07, 2021 at 08:54:49PM +0530, karthek wrote: > > On Sun, Feb 07, 2021 at 04:21:29PM +0100, Greg Kroah-Hartman wrote: > > > On Sun, Feb 07, 2021 at 08:49:46PM +0530, karthek wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread karthek
On Sun, Feb 07, 2021 at 04:26:40PM +0100, Greg Kroah-Hartman wrote: > On Sun, Feb 07, 2021 at 08:54:49PM +0530, karthek wrote: > > On Sun, Feb 07, 2021 at 04:21:29PM +0100, Greg Kroah-Hartman wrote: > > > On Sun, Feb 07, 2021 at 08:49:46PM +0530, karthek wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread Greg Kroah-Hartman
On Sun, Feb 07, 2021 at 08:54:49PM +0530, karthek wrote: > On Sun, Feb 07, 2021 at 04:21:29PM +0100, Greg Kroah-Hartman wrote: > > On Sun, Feb 07, 2021 at 08:49:46PM +0530, karthek wrote: > > > On Sun, Feb 07, 2021 at 04:15:59PM +0100, Greg Kroah-Hartman wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread karthek
On Sun, Feb 07, 2021 at 04:21:29PM +0100, Greg Kroah-Hartman wrote: > On Sun, Feb 07, 2021 at 08:49:46PM +0530, karthek wrote: > > On Sun, Feb 07, 2021 at 04:15:59PM +0100, Greg Kroah-Hartman wrote: > > > On Sun, Feb 07, 2021 at 08:41:59PM +0530, karthek wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread Greg Kroah-Hartman
On Sun, Feb 07, 2021 at 08:49:46PM +0530, karthek wrote: > On Sun, Feb 07, 2021 at 04:15:59PM +0100, Greg Kroah-Hartman wrote: > > On Sun, Feb 07, 2021 at 08:41:59PM +0530, karthek wrote: > > > On Sun, Feb 07, 2021 at 03:54:09PM +0100, Greg Kroah-Hartman wrote: > > > > On Sun, Feb 07, 2021 at

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread karthek
On Sun, Feb 07, 2021 at 04:15:59PM +0100, Greg Kroah-Hartman wrote: > On Sun, Feb 07, 2021 at 08:41:59PM +0530, karthek wrote: > > On Sun, Feb 07, 2021 at 03:54:09PM +0100, Greg Kroah-Hartman wrote: > > > On Sun, Feb 07, 2021 at 08:17:33PM +0530, karthek wrote: > > > > > > > > > > > > For some

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread Greg Kroah-Hartman
On Sun, Feb 07, 2021 at 08:41:59PM +0530, karthek wrote: > On Sun, Feb 07, 2021 at 03:54:09PM +0100, Greg Kroah-Hartman wrote: > > On Sun, Feb 07, 2021 at 08:17:33PM +0530, karthek wrote: > > > > > > > > For some reason you sent this only to me, which is a bit rude to > > everyone else on the

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread karthek
On Sun, Feb 07, 2021 at 03:54:09PM +0100, Greg Kroah-Hartman wrote: > On Sun, Feb 07, 2021 at 08:17:33PM +0530, karthek wrote: > > > > For some reason you sent this only to me, which is a bit rude to > everyone else on the mailing list. I'll be glad to respond if you > resend it to everyone. >

Re: [PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread Greg Kroah-Hartman
On Sun, Feb 07, 2021 at 07:46:50PM +0530, karthek wrote: > fix checkpatch.pl warning for "block comments should align the * on each line" > > Signed-off-by: karthek > --- > eudyptula challenge thing > > .../staging/rtl8723bs/hal/rtl8723b_phycfg.c | 204 +- > 1 file changed,

[PATCH] staging: rtl8723bs: fix block comments alignment

2021-02-07 Thread karthek
fix checkpatch.pl warning for "block comments should align the * on each line" Signed-off-by: karthek --- eudyptula challenge thing .../staging/rtl8723bs/hal/rtl8723b_phycfg.c | 204 +- 1 file changed, 102 insertions(+), 102 deletions(-) diff --git