mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
backlight: tdo24m: 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
3bf3b79fab
commit
51ed5dc253
@ -300,12 +300,14 @@ static int tdo24m_power(struct tdo24m *lcd, int power)
|
||||
static int tdo24m_set_power(struct lcd_device *ld, int power)
|
||||
{
|
||||
struct tdo24m *lcd = lcd_get_data(ld);
|
||||
|
||||
return tdo24m_power(lcd, power);
|
||||
}
|
||||
|
||||
static int tdo24m_get_power(struct lcd_device *ld)
|
||||
{
|
||||
struct tdo24m *lcd = lcd_get_data(ld);
|
||||
|
||||
return lcd->power;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user