Skip to content

Commit

Permalink
leds: leds-rb532: Fix checkpatch errors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 28, 2012
1 parent 09f5fe7 commit 7a0eff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-rb532.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <asm/mach-rc32434/rb.h>

static void rb532_led_set(struct led_classdev *cdev,
enum led_brightness brightness)
enum led_brightness brightness)
{
if (brightness)
set_latch_u5(LO_ULED, 0);
Expand Down

0 comments on commit 7a0eff4

Please sign in to comment.