[PATCH] staging: wilc1000: Removed unnecessary braces

2016-01-06 Thread Anjali Menon
Removed unnecessary braces for single statement blocks to fix the warning detected by checkpatch.pl WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Anjali Menon --- drivers/staging/wilc1000/wilc_wlan_cfg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions

[PATCH] staging: wilc1000: Removed unnecessary braces

2016-01-06 Thread Anjali Menon
Removed unnecessary braces for single statement blocks to fix the warning detected by checkpatch.pl WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/wilc1000/wilc_wlan_cfg.c | 3 +-- 1 file chan

[PATCH] staging: olpc_dcon: Added a space

2015-11-24 Thread Anjali Menon
Added a space around '/' to remove the check detected by the checkpatch.pl. CHECK: spaces preferred around that '/' (ctx:VxV) Signed-off-by: Anjali Menon --- drivers/staging/olpc_dcon/olpc_dcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/olpc_dcon

[PATCH] staging: olpc_dcon: Added a space

2015-11-24 Thread Anjali Menon
Added a space around '/' to remove the check detected by the checkpatch.pl. CHECK: spaces preferred around that '/' (ctx:VxV) Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/olpc_dcon/olpc_dcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] staging: rts5208: Removed blank lines

2015-11-21 Thread Anjali Menon
Removed multiple blank lines to avoid the check detected by checkpatch.pl. CHECK: Please don't use multiple blank lines Signed-off-by: Anjali Menon --- drivers/staging/rts5208/spi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rts5208/spi.c b/drivers/staging/rts5208

[PATCH] staging: rts5208: Removed blank lines

2015-11-21 Thread Anjali Menon
Removed multiple blank lines to avoid the check detected by checkpatch.pl. CHECK: Please don't use multiple blank lines Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/rts5208/spi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rts5208/s

[PATCH] staging: panel: Fixed line over 80 characters long

2015-11-20 Thread Anjali Menon
Moved the comments to the next line to remove the warning detected by the checkpatch.pl. WARNING: line over 80 characters Signed-off-by: Anjali Menon --- drivers/staging/panel/panel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/panel/panel.c b/drivers

[PATCH] staging: unisys: visornic: Removed the blank line

2015-11-20 Thread Anjali Menon
Removed the blank line before the close brace to remove the check detected by the checkpatch.pl CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Anjali Menon --- drivers/staging/unisys/visornic/visornic_main.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH] staging: unisys: visornic: Removed the blank line

2015-11-20 Thread Anjali Menon
Removed the blank line before the close brace to remove the check detected by the checkpatch.pl CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/unisys/visornic/visornic_main.c | 1 - 1 file chan

[PATCH] staging: panel: Fixed line over 80 characters long

2015-11-20 Thread Anjali Menon
Moved the comments to the next line to remove the warning detected by the checkpatch.pl. WARNING: line over 80 characters Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/panel/panel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/d

[PATCH] staging: lustre: lustre: fld: Removed a blank line

2015-11-19 Thread Anjali Menon
Removed a blank line after the open brace to remove the check detected by the checkpatch.pl. CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/fld/fld_cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers

[PATCH] staging: android: ion: Fixing NULL comparison style

2015-11-19 Thread Anjali Menon
Using checkpatch.pl fixed the check. CHECK: Comparison to NULL could be written "!data" Signed-off-by: Anjali Menon --- drivers/staging/android/ion/compat_ion.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/ion/compat_ion.c b/drive

[PATCH] staging: lustre: lustre: fld: Removed a blank line

2015-11-19 Thread Anjali Menon
Removed a blank line after the open brace to remove the check detected by the checkpatch.pl. CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lustre/fld/fld_cache.c | 1 - 1 file changed, 1 de

[PATCH] staging: android: ion: Fixing NULL comparison style

2015-11-19 Thread Anjali Menon
Using checkpatch.pl fixed the check. CHECK: Comparison to NULL could be written "!data" Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/android/ion/compat_ion.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/sta

[PATCH] staging: rdma: ehca: Added a blank line

2015-11-16 Thread Anjali Menon
Added a blank line after declarations to remove the coding style error detected by the checkpatch.pl. WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon --- drivers/staging/rdma/ehca/ehca_av.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rdma

[PATCH] staging: rdma: ehca: Added a blank line

2015-11-16 Thread Anjali Menon
Added a blank line after declarations to remove the coding style error detected by the checkpatch.pl. WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/rdma/ehca/ehca_av.c | 3 +++ 1 file changed, 3 insertions(+)

[PATCH] staging: most: aim-cdev: Used "==" instead of assignment

2015-11-13 Thread Anjali Menon
Used double equal sign instead of equal to sign in the if condition to remove the error detected by checkpatch.pl. ERROR: do not use assignment in if condition Signed-off-by: Anjali Menon --- drivers/staging/staging/drivers/staging/most/aim-cdev/cdev.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] staging: most: aim-cdev: Used "==" instead of assignment

2015-11-13 Thread Anjali Menon
Used double equal sign instead of equal to sign in the if condition to remove the error detected by checkpatch.pl. ERROR: do not use assignment in if condition Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/staging/drivers/staging/most/aim-cdev/cdev.c | 2 +-

[PATCH] drivers: staging: fbtft: Removed the whitespace

2015-11-09 Thread Anjali Menon
Remove the whitespace before declaration detected by checkpatch.pl ERROR: space prohibited before that close parenthesis Signed-off-by: Anjali Menon --- drivers/staging/fbtft/fbtft-bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-bus.c

[PATCH] drivers: staging: fbtft: Removed the whitespace

2015-11-09 Thread Anjali Menon
Remove the whitespace before declaration detected by checkpatch.pl ERROR: space prohibited before that close parenthesis Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/fbtft/fbtft-bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d

[PATCH] staging: lustre: lustre: llite: Added const

2015-10-03 Thread Anjali Menon
Added const to the struct statement which fixed the coding style warning detected by chekpatch.pl WARNING: struct seq_operations should normally be const Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/llite/vvp_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] staging: lustre: lustre: llite: Added a blank line

2015-10-03 Thread Anjali Menon
Added a blank line after declaration to fix the coding style warning detected by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/llite/llite_capa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging

[PATCH] staging: lustre: lustre: llite: Added a blank line

2015-10-03 Thread Anjali Menon
Added a blank line after declaration to fix the coding style warning detected by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lustre/llite/llite_capa.c | 1 + 1 file changed, 1 ins

[PATCH] staging: lustre: lustre: llite: Added const

2015-10-03 Thread Anjali Menon
Added const to the struct statement which fixed the coding style warning detected by chekpatch.pl WARNING: struct seq_operations should normally be const Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lustre/llite/vvp_dev.c | 2 +- 1 file changed, 1 ins

[PATCH] staging: i20: Added a blank line after declaration

2015-10-02 Thread Anjali Menon
Added a blank line after declaration to fix the coding style warning detected by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon --- drivers/staging/i2o/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/i2o/pci.c b/drivers

[PATCH] staging: octeon: Removed trailing whitespaces

2015-10-02 Thread Anjali Menon
Removed trailing whitespace in the blank line to fix the coding style error detected by checkpatch.pl ERROR: trailing whitespace Signed-off-by: Anjali Menon --- drivers/staging/octeon/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon

[PATCH] staging: media: bcm2048: Fixed line over 80 characters long

2015-10-02 Thread Anjali Menon
This is a patch that fixes line over 80 characters coding style warning detected by checkpatch.pl. WARNING: line over 80 characters Signed-off-by: Anjali Menon --- drivers/staging/media/bcm2048/radio-bcm2048.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH] staging: media: bcm2048: Fixed line over 80 characters long

2015-10-02 Thread Anjali Menon
This is a patch that fixes line over 80 characters coding style warning detected by checkpatch.pl. WARNING: line over 80 characters Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/media/bcm2048/radio-bcm2048.c | 3 ++- 1 file changed, 2 insertions(+), 1 de

[PATCH] staging: octeon: Removed trailing whitespaces

2015-10-02 Thread Anjali Menon
Removed trailing whitespace in the blank line to fix the coding style error detected by checkpatch.pl ERROR: trailing whitespace Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/octeon/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] staging: i20: Added a blank line after declaration

2015-10-02 Thread Anjali Menon
Added a blank line after declaration to fix the coding style warning detected by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/i2o/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/d

[PATCH] staging: lustre: lustre: libcfs: Removed a space

2015-09-20 Thread Anjali Menon
and open parenthesis '(' 165: WARNING: space prohibited between function name and open parenthesis '(' 345: WARNING: space prohibited between function name and open parenthesis '(' 447: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Anjali Menon --- drivers

[PATCH] staging: lustre: lustre: libcfs: Added a blank line

2015-09-20 Thread Anjali Menon
Added a blank line after declaration. Coding style warning detected by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/libcfs/module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/lustre/lustre

[PATCH] staging: lustre: lustre: libcfs: Removed a space

2015-09-20 Thread Anjali Menon
and open parenthesis '(' 165: WARNING: space prohibited between function name and open parenthesis '(' 345: WARNING: space prohibited between function name and open parenthesis '(' 447: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Anjali Menon <cse.anjal

[PATCH] staging: lustre: lustre: libcfs: Added a blank line

2015-09-20 Thread Anjali Menon
Added a blank line after declaration. Coding style warning detected by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lustre/libcfs/module.c | 1 + 1 file changed, 1 insertion(+) diff

[PATCH] staging: lustre: lustre: obdclass: Removed a space

2015-09-18 Thread Anjali Menon
Removed a space to fix the following coding style error detected by checkpatch.pl ERROR: space prohibited before that '++' (ctx:WxO) Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/obdclass/llog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging

[PATCH] staging: lustre: lustre: obdclass: Removed a space

2015-09-18 Thread Anjali Menon
Removed a space to fix the following coding style error detected by checkpatch.pl ERROR: space prohibited before that '++' (ctx:WxO) Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lustre/obdclass/llog.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH] staging: lustre: lustre: lclient: Removed the else statement

2015-09-17 Thread Anjali Menon
Removed the else statement along with some unwanted brackets to fix the following coding style warning detected by checkpatch. WARNING: else is not generally useful after a break or return Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/lclient/lcommon_cl.c | 16

[PATCH] staging: lustre: lustre: lclient: Removed the else statement

2015-09-17 Thread Anjali Menon
Removed the else statement along with some unwanted brackets to fix the following coding style warning detected by checkpatch. WARNING: else is not generally useful after a break or return Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lustre/l

[PATCH v2] staging: lustre: lnet: lnet: Removed a space

2015-09-16 Thread Anjali Menon
Removed a space to fix the following coding style warning detected by checkpatch: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Anjali Menon --- Modified the subject drivers/staging/lustre/lnet/lnet/router.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2] staging: lustre: lnet: lnet: Removed a space

2015-09-16 Thread Anjali Menon
Removed a space to fix the following coding style warning detected by checkpatch: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- Modified the subject drivers/staging/lustre/lnet/lnet/router.c | 2 +-

[PATCH] staging: sm750fb: Added a space

2015-09-14 Thread Anjali Menon
Added a space to fix the following coding style error detected by checkpatch. ERROR: space required before the open parenthesis '(' Signed-off-by: Anjali Menon --- drivers/staging/sm750fb/ddk750_dvi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb

[PATCH] staging: sm750fb: Added a space

2015-09-14 Thread Anjali Menon
Added a space to fix the following coding style error detected by checkpatch. ERROR: space required before the open parenthesis '(' Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/sm750fb/ddk750_dvi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] staging: dgnc: Fixed line over 80 characters long

2015-09-13 Thread Anjali Menon
This is a patch that fixes line over 80 characters coding style warning detected by checkpatch.pl. WARNING: line over 80 characters Signed-off-by: Anjali Menon --- drivers/staging/dgnc/dgnc_mgmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/dgnc

[PATCH] staging: lustre: lnet: lnet: Added a space

2015-09-13 Thread Anjali Menon
Added a space to fix the following coding style warning detected by checkpatch: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Anjali Menon --- drivers/staging/lustre/lnet/lnet/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] staging: dgnc: Fixed line over 80 characters long

2015-09-13 Thread Anjali Menon
This is a patch that fixes line over 80 characters coding style warning detected by checkpatch.pl. WARNING: line over 80 characters Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/dgnc/dgnc_mgmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[PATCH] staging: lustre: lnet: lnet: Added a space

2015-09-13 Thread Anjali Menon
Added a space to fix the following coding style warning detected by checkpatch: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lnet/lnet/router.c | 2 +- 1 file changed, 1 ins

[PATCH] staging: lustre: lnet: klnds: socklnd: Added a space

2015-09-11 Thread Anjali Menon
Added a space to fix the following coding style error detected by checkpatch: ERROR: spaces required around that ':' (ctx:VxE) Signed-off-by: Anjali Menon --- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH] staging: lustre: lnet: klnds: socklnd: Added a space

2015-09-11 Thread Anjali Menon
Added a space to fix the following coding style error detected by checkpatch: ERROR: spaces required around that ':' (ctx:VxE) Signed-off-by: Anjali Menon <cse.anjalime...@gmail.com> --- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH] staging: lustre: lustre: llite: Added a space

2015-08-18 Thread Anjali Menon
Added a space to fix the following coding style error detected by checkpatch error: ERROR: space required after that close brace '}' Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/llite/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH] staging: lustre: lustre: llite: Added a space

2015-08-18 Thread Anjali Menon
Added a space to fix the following coding style error detected by checkpatch error: ERROR: space required after that close brace '}' Signed-off-by: Anjali Menon cse.anjalime...@gmail.com --- drivers/staging/lustre/lustre/llite/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions