[PATCH]staging:vt6656:dpc.h:fix parantheses alignment

2016-06-27 Thread Rithvik Patibandla
The following patch fixes "Alignment should match open parantheses" check thrown by checkpatch.pl Signed-off-by: Rithvik Patibandla --- drivers/staging/vt6656/dpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/dpc.h b/drivers/staging/vt

[PATCH 2/2]staging:vt6656:dpc.c:Fix spaces

2016-06-27 Thread Rithvik Patibandla
The following patch fixes two checks thrown by checkpatch.pl, "Spaces preferred around '+'" and "No space is necessary after a cast" Signed-off-by: Rithvik Patibandla --- drivers/staging/vt6656/dpc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH 1/2]staging:vt6656:dpc.c:Fix parantheses alignment

2016-06-27 Thread Rithvik Patibandla
This patch fixes "Alignment should match open parantheses" check thrown by checkpatch.pl Signed-off-by: Rithvik Patibandla --- drivers/staging/vt6656/dpc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6656/dpc.c b/drivers/staging/vt

[PATCH 4/4]staging:vt6656:card.c: fix camel case issue

2016-06-16 Thread Rithvik Patibandla
Fix "Avoid camel case" issue thrown by checkpatch.pl Signed-off-by: Rithvik Patibandla --- drivers/staging/vt6656/card.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c index a3fa6d8..53b469c 10

[PATCH 3/4]staging:vt6656:card.c: fix blank line issue

2016-06-16 Thread Rithvik Patibandla
Fix "Please use a blank line after function declaration" check thrown by checkpatch.pl Signed-off-by: Rithvik Patibandla --- drivers/staging/vt6656/card.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c index 7a10e8

[PATCH 2/4]staging:vt6656:card.c: fix blank lines issue

2016-06-16 Thread Rithvik Patibandla
Fix "Blank lines aren't necessary after an open brace" check thrown by checkpatch.pl Signed-off-by: Rithvik Patibandla --- drivers/staging/vt6656/card.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c index f

[PATCH] Staging:sm750fb:ddk750_chip.c:Fixed coding style in comments

2016-06-12 Thread Rithvik Patibandla
The following patch fixes format of some comments. Signed-off-by: Rithvik Patibandla --- drivers/staging/sm750fb/ddk750_chip.c | 71 +++ 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging

[PATCH] staging:vt6656:card.c:Fix comment block issue

2016-06-11 Thread Rithvik Patibandla
Fix "Block comments use * on subsequent lines" and "Block comments use */ on trailing lines" warnings thrown by checkpatch.pl Signed-off-by: Rithvik Patibandla --- drivers/staging/vt6656/card.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/sta

[PATCH] Code cleanup - nvec

2016-06-06 Thread Rithvik Patibandla
Signed-off-by: Rithvik Patibandla --- drivers/staging/nvec/nvec-keytable.h | 3 +-- drivers/staging/nvec/nvec_power.c| 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/nvec/nvec-keytable.h b/drivers/staging/nvec/nvec-keytable.h index 1dc22cb..b51f756