Re: staging: sm750fb: Replace CamelCase variable names with underscores

2017-05-23 Thread Joe Perches
On Tue, 2017-05-23 at 11:01 +0530, Richa Jha wrote: > Replace CamelCase variable names with underscores to comply with > the standard kernel coding style Better would be to remove the hungarian prefixes too > diff --git a/drivers/staging/sm750fb/ddk750_chip.c >

Re: staging: sm750fb: Replace CamelCase variable names with underscores

2017-05-23 Thread Joe Perches
On Tue, 2017-05-23 at 11:01 +0530, Richa Jha wrote: > Replace CamelCase variable names with underscores to comply with > the standard kernel coding style Better would be to remove the hungarian prefixes too > diff --git a/drivers/staging/sm750fb/ddk750_chip.c >

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

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