led: led_pwm: typo 'iverted' on code comment

change iverted to inverted.

Signed-off-by: Nylon Chen <nylon.chen@sifive.com>
This commit is contained in:
Nylon Chen 2022-10-27 14:25:37 +08:00 committed by Tom Rini
parent 0954bc2f89
commit 3708739ef2

View File

@ -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)