Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae872dbb authored by Jingoo Han's avatar Jingoo Han Committed by Linus Torvalds
Browse files

backlight: pcf50633: fix checkpatch warning



This patch fixes the checkpatch warning as below:

  WARNING: please, no spaces at the start of a line

Also, long comments are fixed for the preferred style.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7a94f653
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -136,8 +136,10 @@ static int pcf50633_bl_probe(struct platform_device *pdev)

	pcf50633_reg_write(pcf_bl->pcf, PCF50633_REG_LEDDIM, pdata->ramp_time);

	/* Should be different from bl_props.brightness, so we do not exit
	 * update_status early the first time it's called */
	/*
	 * Should be different from bl_props.brightness, so we do not exit
	 * update_status early the first time it's called
	 */
	pcf_bl->brightness = pcf_bl->bl->props.brightness + 1;

	backlight_update_status(pcf_bl->bl);