[PATCH] staging: wilc1000: Added spaces

2015-09-16 Thread Aparna Karuthodi
nd that '=' (ctx:VxW) Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/host_interface.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 6b10bbb..d1fe73

[PATCH] staging: wilc1000: Removed unwanted curly braces

2015-09-16 Thread Aparna Karuthodi
Removed unwanted curly braces of a single statement if-else block to remove a coding style warning detected by checkpatch. The warning is given below: 58: WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000

[PATCH] staging: wilc1000: Added new lines

2015-09-16 Thread Aparna Karuthodi
: WARNING: Missing a blank line after declarations 1158: WARNING: Missing a blank line after declarations 1104: WARNING: Missing a blank line after declarations 675: WARNING: Missing a blank line after declarations Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/coreconfigurator.c |7

[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

[PATCH] staging: wilc1000: Added a new line

2015-09-13 Thread Aparna Karuthodi
Added a new line after declaration to remove a coding style warning detected by checkpatch. The warning is given below WARNING: Missing a blank line after declarations Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/coreconfigurator.c |1 + 1 file changed, 1 insertion(+) diff