leds: pca9532: fix suspect code indent for conditional statements
authorJingoo Han <jg1.han@samsung.com>
Tue, 22 Jan 2013 05:58:07 +0000 (21:58 -0800)
committerBryan Wu <cooloney@gmail.com>
Sat, 2 Feb 2013 01:47:06 +0000 (17:47 -0800)
Fixed the checkpatch warning as below:

  WARNING: suspect code indent for conditional statements (8, 8)

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-pca9532.c

index 43d08df..0c597bd 100644 (file)
@@ -186,7 +186,7 @@ static int pca9532_set_blink(struct led_classdev *led_cdev,
        int err = 0;
 
        if (*delay_on == 0 && *delay_off == 0) {
-       /* led subsystem ask us for a blink rate */
+               /* led subsystem ask us for a blink rate */
                *delay_on = 1000;
                *delay_off = 1000;
        }