projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572dc62
)
leds: ledtrig-backlight: Fix checkpatch error
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sun, 25 Nov 2012 07:22:28 +0000
(12:52 +0530)
committer
Bryan Wu
<cooloney@gmail.com>
Tue, 27 Nov 2012 22:49:30 +0000
(14:49 -0800)
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>
drivers/leds/ledtrig-backlight.c
patch
|
blob
|
history
diff --git
a/drivers/leds/ledtrig-backlight.c
b/drivers/leds/ledtrig-backlight.c
index
c74aff1
..
027a2b1
100644
(file)
--- a/
drivers/leds/ledtrig-backlight.c
+++ b/
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;