Re: [PATCH 06/21] staging: wilc1000: remove the warnings on unnecessary braces

2015-07-29 Thread tony . cho
On 2015년 07월 30일 05:50, Greg KH wrote: On Tue, Jul 28, 2015 at 05:47:25PM +0900, Tony Cho wrote: This patch removes the warnings reported by checkpatch.pl on {} not necessary for the single statement blocks. Signed-off-by: Tony Cho Reviewed-by: Dan Carpenter --- drivers/staging/wilc1000/w

Re: [PATCH 06/21] staging: wilc1000: remove the warnings on unnecessary braces

2015-07-29 Thread Greg KH
On Tue, Jul 28, 2015 at 05:47:25PM +0900, Tony Cho wrote: > This patch removes the warnings reported by checkpatch.pl on {} not > necessary for the single statement blocks. > > Signed-off-by: Tony Cho > Reviewed-by: Dan Carpenter > --- > drivers/staging/wilc1000/wilc_sdio.c | 28 ++-

[PATCH 06/21] staging: wilc1000: remove the warnings on unnecessary braces

2015-07-28 Thread Tony Cho
This patch removes the warnings reported by checkpatch.pl on {} not necessary for the single statement blocks. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/wilc_sdio.c | 28 ++-- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/drivers/staging/wilc1