On Mon, Jan 21, 2013 at 9:58 PM, Jingoo Han <jg1.han@xxxxxxxxxxx> wrote: > Fixed the checkpatch warning as below: > > WARNING: suspect code indent for conditional statements (8, 8) > Merged, thanks. -Bryan > Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> > --- > drivers/leds/leds-pca9532.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/leds/leds-pca9532.c b/drivers/leds/leds-pca9532.c > index 43d08df..0c597bd 100644 > --- a/drivers/leds/leds-pca9532.c > +++ b/drivers/leds/leds-pca9532.c > @@ -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; > } > -- > 1.7.2.5 > > -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html