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

backlight: adp5520: 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
f9bda39d 964a1c4e

+1
+1
drivers/video/backlight/adp5520_bl.c
··· 67 67 static int adp5520_bl_update_status(struct backlight_device *bl) 68 68 { 69 69 int brightness = bl->props.brightness; 70 + 70 71 if (bl->props.power != FB_BLANK_UNBLANK) 71 72 brightness = 0; 72 73