diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-27 23:38:09 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2012-11-28 18:12:53 -0500 |
commit | 7a0eff4d83165dc8f90a4e77c59d7fef6da04bed (patch) | |
tree | e57565109d0ba9c977d3afb65f75c6cea018ad40 /drivers/leds/leds-rb532.c | |
parent | 09f5fe756329fd7fb6ccb94563960d6a22eaaab2 (diff) |
leds: leds-rb532: Fix checkpatch errors
Fixes the following issues:
ERROR: code indent should use tabs where possible
WARNING: please, no spaces at the start of a line
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/leds-rb532.c')
-rw-r--r-- | drivers/leds/leds-rb532.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-rb532.c b/drivers/leds/leds-rb532.c index a7815b6cd856..f4a485190304 100644 --- a/drivers/leds/leds-rb532.c +++ b/drivers/leds/leds-rb532.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <asm/mach-rc32434/rb.h> | 16 | #include <asm/mach-rc32434/rb.h> |
17 | 17 | ||
18 | static void rb532_led_set(struct led_classdev *cdev, | 18 | static void rb532_led_set(struct led_classdev *cdev, |
19 | enum led_brightness brightness) | 19 | enum led_brightness brightness) |
20 | { | 20 | { |
21 | if (brightness) | 21 | if (brightness) |
22 | set_latch_u5(LO_ULED, 0); | 22 | set_latch_u5(LO_ULED, 0); |