Re: [PATCH] staging: wimax: Fix some coding style problems

2021-02-11 Thread Greg KH
On Thu, Feb 11, 2021 at 10:43:20PM +0530, Hemansh Agnihotri wrote: > This fixes checkpatch errors :- "else should follow close brace '}'", > "space required before the open parenthesis '('" and "spaces required > around that '?' (ctx:VxW)" in drivers/staging/wimax/i2400m/rx.c file. > > Signed-off-

[PATCH] staging: wimax: Fix some coding style problems

2021-02-11 Thread Hemansh Agnihotri
This fixes checkpatch errors :- "else should follow close brace '}'", "space required before the open parenthesis '('" and "spaces required around that '?' (ctx:VxW)" in drivers/staging/wimax/i2400m/rx.c file. Signed-off-by: Hemansh Agnihotri --- drivers/staging/wimax/i2400m/rx.c | 11 +-

Re: [PATCH] staging: wimax: Fix some coding style problems

2021-02-11 Thread Greg KH
On Thu, Feb 11, 2021 at 09:45:53PM +0530, Hemansh Agnihotri wrote: > This fixes following warnings and errors as reported by checkpatch.pl: > 1) WARNING: Missing a blank line after declarations > 2) WARNING: Block comments use a trailing */ on a separate line > 3) ERROR: code inde

[PATCH] staging: wimax: Fix some coding style problems

2021-02-11 Thread Hemansh Agnihotri
This fixes following warnings and errors as reported by checkpatch.pl: 1) WARNING: Missing a blank line after declarations 2) WARNING: Block comments use a trailing */ on a separate line 3) ERROR: code indent should use tabs where possible 4) ERROR: space required be