dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Sachin Kamat 2012-11-25 12:52:28 +05:30 committed by Bryan Wu
parent 572dc62078
commit 18e6f1392d
1 changed files with 1 additions and 1 deletions

View File

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