Browse Source

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>
Jingoo Han 11 năm trước cách đây
mục cha
commit
f9bda39d13
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/video/backlight/adp5520_bl.c

+ 1 - 0
drivers/video/backlight/adp5520_bl.c

@@ -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;