Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

backlight: cr_bllcd: Add blank line after declarations

Fixed the following checkpatch warning.

WARNING: Missing a blank line after declarations

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Jingoo Han and committed by
Lee Jones
7beeee46 ff32c2fa

+1
+1
drivers/video/backlight/cr_bllcd.c
··· 235 235 static int cr_backlight_remove(struct platform_device *pdev) 236 236 { 237 237 struct cr_panel *crp = platform_get_drvdata(pdev); 238 + 238 239 crp->cr_backlight_device->props.power = FB_BLANK_POWERDOWN; 239 240 crp->cr_backlight_device->props.brightness = 0; 240 241 crp->cr_backlight_device->props.max_brightness = 0;