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:
parent
0954bc2f89
commit
3708739ef2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user