Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Bryan Wu
18e6f139 572dc620

+1 -1
+1 -1
drivers/leds/ledtrig-backlight.c
··· 40 40 int new_status = *blank ? BLANK : UNBLANK; 41 41 42 42 switch (event) { 43 - case FB_EVENT_BLANK : 43 + case FB_EVENT_BLANK: 44 44 if (new_status == n->old_status) 45 45 break; 46 46