Skip to content

Commit

Permalink
leds: ledtrig-backlight: Fix checkpatch error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 27, 2012
1 parent 572dc62 commit 18e6f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/ledtrig-backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 18e6f13

Please sign in to comment.