mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
backlight: adp5520: 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>
This commit is contained in:
parent
964a1c4e0e
commit
f9bda39d13
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
int brightness = bl->props.brightness;
|
||||
|
||||
if (bl->props.power != FB_BLANK_UNBLANK)
|
||||
brightness = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue