From: Nylon Chen Date: Thu, 27 Oct 2022 06:25:37 +0000 (+0800) Subject: led: led_pwm: typo 'iverted' on code comment X-Git-Tag: v2023.07~271^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3708739ef217bb1fed2ead5062875e97c81fc822;p=platform%2Fkernel%2Fu-boot.git led: led_pwm: typo 'iverted' on code comment change iverted to inverted. Signed-off-by: Nylon Chen --- diff --git a/drivers/led/led_pwm.c b/drivers/led/led_pwm.c index 0ebae35..7c8eae9 100644 --- a/drivers/led/led_pwm.c +++ b/drivers/led/led_pwm.c @@ -123,7 +123,7 @@ static int led_pwm_of_to_plat(struct udevice *dev) priv->enabled = !!def_brightness; /* - * No need to handle pwm iverted case (active_low) + * No need to handle pwm inverted case (active_low) * because of pwm_set_invert function */ if (def_brightness < max_brightness)