mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
backlight: pcf50633: 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
a94cb12604
commit
c915ae50d6
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ static int pcf50633_bl_update_status(struct backlight_device *bl)
|
||||||
static int pcf50633_bl_get_brightness(struct backlight_device *bl)
|
static int pcf50633_bl_get_brightness(struct backlight_device *bl)
|
||||||
{
|
{
|
||||||
struct pcf50633_bl *pcf_bl = bl_get_data(bl);
|
struct pcf50633_bl *pcf_bl = bl_get_data(bl);
|
||||||
|
|
||||||
return pcf_bl->brightness;
|
return pcf_bl->brightness;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue