[PATCH] staging : sm750fb : Replace CamelCase variable names and hungarian prefx

2017-05-25 Thread Richa Jha
Replace CamelCase variable names with underscores and remove hungarian prefixes to comply with the standard kernel coding style Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 59 ++- drivers/staging/sm750fb/ddk750_

[PATCH] staging : sm750fb : Replace CamelCase variable names and hungarian prefx

2017-05-25 Thread Richa Jha
Replace CamelCase variable names with underscores and remove hungarian prefixes to comply with the standard kernel coding style Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 59 ++- drivers/staging/sm750fb/ddk750_chip.h | 18

staging: sm750fb: removed hungarian prfx and replace CamelCase variables

2017-05-24 Thread Richa Jha
Replace CamelCase variable names with underscores and remove hungarian prefixes to comply with the standard kernel coding style Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 59 ++- drivers/staging/sm750fb/ddk750_

staging: sm750fb: removed hungarian prfx and replace CamelCase variables

2017-05-24 Thread Richa Jha
Replace CamelCase variable names with underscores and remove hungarian prefixes to comply with the standard kernel coding style Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 59 ++- drivers/staging/sm750fb/ddk750_chip.h | 18

staging: sm750fb: removed hungarian prfx and replace CamelCase variables

2017-05-23 Thread Richa Jha
Replace CamelCase variable names with underscores and remove hungarian prefixes to comply with the standard kernel coding style Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 22 +++--- 1 file changed, 11 insertions(+), 11 del

staging: sm750fb: removed hungarian prfx and replace CamelCase variables

2017-05-23 Thread Richa Jha
Replace CamelCase variable names with underscores and remove hungarian prefixes to comply with the standard kernel coding style Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

staging: sm750fb: Replace CamelCase variable names with underscores

2017-05-22 Thread Richa Jha
Replace CamelCase variable names with underscores to comply with the standard kernel coding style Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/s

staging: sm750fb: Replace CamelCase variable names with underscores

2017-05-22 Thread Richa Jha
Replace CamelCase variable names with underscores to comply with the standard kernel coding style Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/sm750fb

staging: sm750fb: Replace functions CamelCase naming with underscores.

2017-05-22 Thread Richa Jha
Replace CamelCase function names with underscores to comply with the standard kernel coding style Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/s

staging: sm750fb: Replace functions CamelCase naming with underscores.

2017-05-22 Thread Richa Jha
Replace CamelCase function names with underscores to comply with the standard kernel coding style Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : ulActualMxClk ---> ul_actual_max_clk pInitParam---> p_init_param Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/sm750fb/ddk7

[PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : ulActualMxClk ---> ul_actual_max_clk pInitParam---> p_init_param Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/s

[PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : ulActualMxClk ---> ul_actual_max_clk p_init_param ---> pInitParam Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/dri

[PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : ulActualMxClk ---> ul_actual_max_clk p_init_param ---> pInitParam Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_

[PATCH] Removed CamelCase from file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : devId ---> dev_id revId ---> rev_id Signed-off-by: Richa Jha <ric...@cdac.in> --- drivers/staging/sm750fb/ddk750_chip.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_

[PATCH] Removed CamelCase from file drivers/staging/sm750fb/ddk750_chip.c

2017-05-22 Thread Richa Jha
Changes : devId ---> dev_id revId ---> rev_id Signed-off-by: Richa Jha --- drivers/staging/sm750fb/ddk750_chip.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index 5e4bfb6..8

[PATCH] Signed-off-by: Richa Jha <richa.j...@gmail.com>

2017-05-17 Thread Richa Jha
From short to string conversion --- drivers/char/efirtc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/efirtc.c b/drivers/char/efirtc.c index dc62568..b8a4d02 100644 --- a/drivers/char/efirtc.c +++ b/drivers/char/efirtc.c @@ -302,6 +302,7 @@ static int

[PATCH] Signed-off-by: Richa Jha

2017-05-17 Thread Richa Jha
From short to string conversion --- drivers/char/efirtc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/char/efirtc.c b/drivers/char/efirtc.c index dc62568..b8a4d02 100644 --- a/drivers/char/efirtc.c +++ b/drivers/char/efirtc.c @@ -302,6 +302,7 @@ static int