diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-08-26 21:14:06 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-08-29 03:26:21 -0400 |
commit | 4876b66497ed31fc10e235a34faa80c2de6adace (patch) | |
tree | 047d3568e8cd9cb2dfdc526958ecb2196e5d8626 /drivers/video | |
parent | 51ed5dc253b4a11047266345d6ee30d0939f310e (diff) |
backlight: wm831x_bl: 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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/wm831x_bl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/wm831x_bl.c b/drivers/video/backlight/wm831x_bl.c index 6f596161916d..6eab0d6c262a 100644 --- a/drivers/video/backlight/wm831x_bl.c +++ b/drivers/video/backlight/wm831x_bl.c | |||
@@ -111,6 +111,7 @@ static int wm831x_backlight_update_status(struct backlight_device *bl) | |||
111 | static int wm831x_backlight_get_brightness(struct backlight_device *bl) | 111 | static int wm831x_backlight_get_brightness(struct backlight_device *bl) |
112 | { | 112 | { |
113 | struct wm831x_backlight_data *data = bl_get_data(bl); | 113 | struct wm831x_backlight_data *data = bl_get_data(bl); |
114 | |||
114 | return data->current_brightness; | 115 | return data->current_brightness; |
115 | } | 116 | } |
116 | 117 | ||