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

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

backlight: adp5520: 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 964a1c4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -67,6 +67,7 @@ static int adp5520_bl_set(struct backlight_device *bl, int brightness)
static int adp5520_bl_update_status(struct backlight_device *bl)
static int adp5520_bl_update_status(struct backlight_device *bl)
{
{
	int brightness = bl->props.brightness;
	int brightness = bl->props.brightness;

	if (bl->props.power != FB_BLANK_UNBLANK)
	if (bl->props.power != FB_BLANK_UNBLANK)
		brightness = 0;
		brightness = 0;