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

2021-02-11 Thread Hemansh Agnihotri
This fixes checkpatch error "open brace '{' following struct go on the same line" in file drivers/staging/wimax/i2400m/rx.c . Signed-off-by: Hemansh Agnihotri --- drivers/staging/wimax/i2400m/rx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/

[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: He

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

2021-02-11 Thread Hemansh Agnihotri
before the open parenthesis '(' 5) ERROR: spaces required around that '?' (ctx:VxW) 6) ERROR: open brace '{' following struct go on the same line Signed-off-by: Hemansh Agnihotri --- drivers/staging/wimax/i2400m/netdev.c | 2 +- drivers/stag

[PATCH 1/1] staging: greybus: Added do - while in multi statement macro

2021-02-11 Thread Hemansh Agnihotri
This patch add fixes an checkpatch error for "Macros with multiple statements should be enclosed in a do - while loop" Signed-off-by: Hemansh Agnihotri --- drivers/staging/greybus/loopback.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/stagi