leds: leds-rb532: Fix checkpatch errors
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 28 Nov 2012 04:38:09 +0000 (20:38 -0800)
committerBryan Wu <cooloney@gmail.com>
Wed, 28 Nov 2012 23:12:53 +0000 (15:12 -0800)
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>
drivers/leds/leds-rb532.c

index a7815b6cd8567d9dfd97ed9437f348d9cac4ebc8..f4a485190304bdadeeadc531187e232f849f66bc 100644 (file)
@@ -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);