瀏覽代碼

backlight: cr_bllcd: 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 年之前
父節點
當前提交
7beeee469a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/video/backlight/cr_bllcd.c

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

@@ -235,6 +235,7 @@ static int cr_backlight_probe(struct platform_device *pdev)
 static int cr_backlight_remove(struct platform_device *pdev)
 {
 	struct cr_panel *crp = platform_get_drvdata(pdev);
+
 	crp->cr_backlight_device->props.power = FB_BLANK_POWERDOWN;
 	crp->cr_backlight_device->props.brightness = 0;
 	crp->cr_backlight_device->props.max_brightness = 0;