[PATCH] staging: rts5208: Fixed 80 char & indent warnings

2015-03-23 Thread Ragavendra Nagraj
This patch fixes the 80 char length warnings and an indent suspect warning identified by the checkpath.pl script for the entire ms.c file leaving with no more warnings or errors left to be fixed for it. Signed-off-by: Ragavendra Nagraj --- drivers/staging/rts5208/ms.c | 43

[PATCH] staging: sm750fb: Fixed C99 comments warnings

2015-03-23 Thread Ragavendra Nagraj
This patch fixes the C99-style "// ..." comments warnings identified by the checkpath.pl script for the entire ddk750_chip.c file by using the appropriate C89 "/* ... */" style comments accordingly. Signed-off-by: Ragavendra Nagraj --- drivers/staging/sm750fb/

[PATCH v5] staging: sm750fb: Fixed no space and indent warns

2015-03-18 Thread Ragavendra Nagraj
This patch fixes the no spaces and indent warnings identified by the checkpath.pl script for the entire ddk750_chip.c file by using appropriate tab spaces and indents accordingly. Signed-off-by: Ragavendra Nagraj --- Changes in v5: - Created patch for latest staging-next branch. drivers

[PATCH v4] staging: sm750fb: Fixed no space and indent warns

2015-03-16 Thread Ragavendra Nagraj
This patch fixes the no spaces and indent warnings identified by the checkpath.pl script for the entire ddk750_chip.c file by using appropriate tab spaces and indents accordingly. Signed-off-by: Ragavendra Nagraj --- drivers/staging/sm750fb/ddk750_chip.c | 462

[PATCH] staging:sm750fb:Fixed no space and indent warnings

2015-03-15 Thread Ragavendra Nagraj
This patch fixes the no spaces and indent warnings identified by the checkpath.pl script for the entire ddk750_chip.c file by using appropriate tab spaces and indents accordingly. Signed-off-by: Ragavendra Nagraj --- drivers/staging/sm750fb/ddk750_chip.c | 454

[PATCH] staging:sm750fb:Fixed no space and indent warnings

2015-03-14 Thread Ragavendra Nagraj
This patch fixes the no spaces and indent warnings identified by the checkpath.pl script for the entire ddk750_chip.c file by using appropriate tab spaces and indents accordingly. Signed-off-by: Ragavendra Nagraj --- drivers/staging/sm750fb/ddk750_chip.c | 454

[PATCH] staging: sm750fb: Fixed no space warnings

2015-03-13 Thread Ragavendra Nagraj
This patch fixes the no spaces warning identified by the checkpath.pl script for the entire ddk750_chip.c file by using appropriate tab spaces instead. Signed-off-by: Ragavendra Nagraj --- drivers/staging/sm750fb/ddk750_chip.c | 364 - 1 file changed, 182

[PATCH] staging: sm750fb: braces, indents, spaces fix

2015-03-13 Thread Ragavendra Nagraj
This patch removes the braces for the single line if statement. It fixes the indent positions correctly. It fixes the spaces appropriately making the code give no warnings by the checpath.pl. Please accept. Signed-off-by: Ragavendra Nagraj --- drivers/staging/sm750fb/ddk750_chip.c | 22