Re: [PATCH] staging: wilc1000: Removed curly braces

2015-09-15 Thread Sudip Mukherjee
On Tue, Sep 15, 2015 at 07:24:00PM +0530, Aparna Karuthodi wrote: > Removed the curly braces of a single statement if block to remove a > coding style warning detected by checkpatch. > The warning is given below: > WARNING: braces {} are not necessary for single statement blocks > >

[PATCH] staging: wilc1000: Removed curly braces

2015-09-15 Thread Aparna Karuthodi
Removed the curly braces of a single statement if block to remove a coding style warning detected by checkpatch. The warning is given below: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/coreconfigurator.c |3

Re: [PATCH] staging: wilc1000: Removed curly braces

2015-09-15 Thread Sudip Mukherjee
On Tue, Sep 15, 2015 at 07:24:00PM +0530, Aparna Karuthodi wrote: > Removed the curly braces of a single statement if block to remove a > coding style warning detected by checkpatch. > The warning is given below: > WARNING: braces {} are not necessary for single statement blocks > >

[PATCH] staging: wilc1000: Removed curly braces

2015-09-15 Thread Aparna Karuthodi
Removed the curly braces of a single statement if block to remove a coding style warning detected by checkpatch. The warning is given below: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Aparna Karuthodi ---