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>
This commit is contained in:
Sachin Kamat 2012-11-27 20:38:09 -08:00 коммит произвёл Bryan Wu
Родитель 09f5fe7563
Коммит 7a0eff4d83
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@
#include <asm/mach-rc32434/rb.h> #include <asm/mach-rc32434/rb.h>
static void rb532_led_set(struct led_classdev *cdev, static void rb532_led_set(struct led_classdev *cdev,
enum led_brightness brightness) enum led_brightness brightness)
{ {
if (brightness) if (brightness)
set_latch_u5(LO_ULED, 0); set_latch_u5(LO_ULED, 0);