backlight: adp5520: Add blank line after declarations
authorJingoo Han <jg1.han@samsung.com>
Wed, 27 Aug 2014 01:09:14 +0000 (10:09 +0900)
committerLee Jones <lee.jones@linaro.org>
Fri, 29 Aug 2014 07:23:50 +0000 (08:23 +0100)
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>
drivers/video/backlight/adp5520_bl.c

index b56cb3f77174818ab2a36dc9cf177b43fab1e0b7..dd88ba1d71ceb64849535542a8cb3289d89df4c1 100644 (file)
@@ -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;
 
This page took 0.026145 seconds and 5 git commands to generate.