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

backlight: omap1: 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
b6af73b4 3e51cd93

+1
+1
drivers/video/backlight/omap1_bl.c
··· 120 120 static int omapbl_get_intensity(struct backlight_device *dev) 121 121 { 122 122 struct omap_backlight *bl = bl_get_data(dev); 123 + 123 124 return bl->current_intensity; 124 125 } 125 126