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

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

backlight: omap1: 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 3e51cd93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ static int omapbl_update_status(struct backlight_device *dev)
static int omapbl_get_intensity(struct backlight_device *dev)
{
	struct omap_backlight *bl = bl_get_data(dev);

	return bl->current_intensity;
}