All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] led: led_pwm: typo 'iverted' on code comment
@ 2022-10-27  6:25 Nylon Chen
  2022-11-03 16:58 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Nylon Chen @ 2022-10-27  6:25 UTC (permalink / raw)
  To: u-boot; +Cc: Nylon Chen

change iverted to inverted.

Signed-off-by: Nylon Chen <nylon.chen@sifive.com>
---
 drivers/led/led_pwm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/led/led_pwm.c b/drivers/led/led_pwm.c
index 0ebae358eb..7c8eae9337 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)
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] led: led_pwm: typo 'iverted' on code comment
  2022-10-27  6:25 [PATCH] led: led_pwm: typo 'iverted' on code comment Nylon Chen
@ 2022-11-03 16:58 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-11-03 16:58 UTC (permalink / raw)
  To: Nylon Chen; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

On Thu, Oct 27, 2022 at 02:25:37PM +0800, Nylon Chen wrote:

> change iverted to inverted.
> 
> Signed-off-by: Nylon Chen <nylon.chen@sifive.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-03 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  6:25 [PATCH] led: led_pwm: typo 'iverted' on code comment Nylon Chen
2022-11-03 16:58 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.