Re: [PATCH v2] staging: wimax: Fix block comment style issue in stack.c

2021-02-21 Thread Dan Carpenter
On Sun, Feb 21, 2021 at 10:07:59PM +0530, Amrit Khera wrote: > diff --git a/drivers/staging/wimax/stack.c b/drivers/staging/wimax/stack.c > index ace24a6dfd2d..345a022810ef 100644 > --- a/drivers/staging/wimax/stack.c > +++ b/drivers/staging/wimax/stack.c > @@ -57,17 +57,7 @@ MODULE_PARM_DESC(debug

Re: [PATCH v2] staging: wimax: Fix block comment style issue in stack.c

2021-02-21 Thread Greg KH
On Sun, Feb 21, 2021 at 10:07:59PM +0530, Amrit Khera wrote: > This change fixes a checkpatch warning for "Block comments > use * on subsequent lines". That's not all this patch does, please be descriptive of what you really do and why you are doing it. thanks, greg k-h

[PATCH v2] staging: wimax: Fix block comment style issue in stack.c

2021-02-21 Thread Amrit Khera
This change fixes a checkpatch warning for "Block comments use * on subsequent lines". Signed-off-by: Amrit Khera --- Changes in v2: - Removed the comment entirely, as suggested by Greg KH drivers/staging/wimax/stack.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/s