浏览代码

leds: ledtrig-backlight: Fix checkpatch error

Fixes the following checkpatch error:
ERROR: space prohibited before that ':' (ctx:WxE)

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Sachin Kamat 12 年之前
父节点
当前提交
18e6f1392d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/leds/ledtrig-backlight.c

+ 1 - 1
drivers/leds/ledtrig-backlight.c

@@ -40,7 +40,7 @@ static int fb_notifier_callback(struct notifier_block *p,
 	int new_status = *blank ? BLANK : UNBLANK;
 
 	switch (event) {
-	case FB_EVENT_BLANK :
+	case FB_EVENT_BLANK:
 		if (new_status == n->old_status)
 			break;