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

From: Joe Perches
Date: Tue May 23 2017 - 06:49:27 EST


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 b/drivers/staging/sm750fb/ddk750_chip.c
[]
> @@ -55,7 +55,7 @@ static unsigned int get_mxclk_freq(void)
> static void set_chip_clock(unsigned int frequency)
> {
> struct pll_value pll;
> - unsigned int ulActualMxClk;
> + unsigned int ul_actual_max_clk;

unsigned int actual_max_clk;

etc...