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

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>

authored by

Sachin Kamat and committed by
Bryan Wu
7a0eff4d 09f5fe75

+1 -1
+1 -1
drivers/leds/leds-rb532.c
··· 16 16 #include <asm/mach-rc32434/rb.h> 17 17 18 18 static void rb532_led_set(struct led_classdev *cdev, 19 - enum led_brightness brightness) 19 + enum led_brightness brightness) 20 20 { 21 21 if (brightness) 22 22 set_latch_u5(LO_ULED, 0);