Re: [PATCH] staging: wilc1000: remove new line around else and braces

2015-11-13 Thread Panayiotis Tembriotis
On Sat, Nov 14, 2015 at 12:22:29PM +0530, Sudip Mukherjee wrote: > On Fri, Nov 13, 2015 at 11:59:47PM +0200, Panayiotis Tembriotis wrote: > > Remove excess new line characters as suggested by checkpatch.pl: > > ERROR: else should follow close brace '}' > > ERROR: tha

[PATCH] staging: wilc1000: remove new line around else and braces

2015-11-13 Thread Panayiotis Tembriotis
Remove excess new line characters as suggested by checkpatch.pl: ERROR: else should follow close brace '}' ERROR: that open brace { should be on the previous line Signed-off-by: Panayiotis Tembriotis --- drivers/staging/wilc1000/wilc_wlan.c | 10 +++--- 1 file changed, 3 insert

[PATCH] staging: wilc1000: remove new line around else and braces

2015-11-08 Thread Panayiotis Tembriotis
Remove excess new line characters as suggested by checkpatch.pl: ERROR: else should follow close brace '}' ERROR: that open brace { should be on the previous line Signed-off-by: Panayiotis Tembriotis --- drivers/staging/wilc1000/wilc_wlan.c | 10 +++--- 1 file changed, 3 insert