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

backlight: pcf50633: 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
c915ae50 a94cb126

+1
+1
drivers/video/backlight/pcf50633-backlight.c
··· 90 90 static int pcf50633_bl_get_brightness(struct backlight_device *bl) 91 91 { 92 92 struct pcf50633_bl *pcf_bl = bl_get_data(bl); 93 + 93 94 return pcf_bl->brightness; 94 95 } 95 96