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

backlight: wm831x_bl: 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
4876b664 51ed5dc2

+1
+1
drivers/video/backlight/wm831x_bl.c
··· 111 111 static int wm831x_backlight_get_brightness(struct backlight_device *bl) 112 112 { 113 113 struct wm831x_backlight_data *data = bl_get_data(bl); 114 + 114 115 return data->current_brightness; 115 116 } 116 117