Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4876b664 authored by Jingoo Han's avatar Jingoo Han Committed by Lee Jones
Browse files

backlight: wm831x_bl: Add blank line after declarations



Fixed the following checkpatch warning.

  WARNING: Missing a blank line after declarations

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 51ed5dc2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ static int wm831x_backlight_update_status(struct backlight_device *bl)
static int wm831x_backlight_get_brightness(struct backlight_device *bl)
{
	struct wm831x_backlight_data *data = bl_get_data(bl);

	return data->current_brightness;
}