Re: [PATCH] staging: wilc1000: Fix problems reported by checkpatch

2017-12-04 Thread Claudiu Beznea
Hi Aditya, On 01.12.2017 22:27, Aditya Shankar wrote: > This commit fixes below style problems in multiple lines > Fix checkpatch WARNING: line over 80 characters > Fix CHECK: Lines should not end with a '(' You should fix only one issue per patch. Would be better to have a patch with "line over 8

[PATCH] staging: wilc1000: Fix problems reported by checkpatch

2017-12-01 Thread Aditya Shankar
This commit fixes below style problems in multiple lines Fix checkpatch WARNING: line over 80 characters Fix CHECK: Lines should not end with a '(' Signed-off-by: Aditya Shankar --- drivers/staging/wilc1000/linux_mon.c | 30 ++ 1 file changed, 18 insertions(+), 12 del