public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: ti: fix typo in ti_clk_retry_init() code comment
@ 2022-11-06 15:56 Dario Binacchi
  2022-11-23  1:04 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2022-11-06 15:56 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dario Binacchi, Allison Randal, Greg Kroah-Hartman, Liang He,
	Michael Turquette, Stephen Boyd, Tero Kristo, Thomas Gleixner,
	Tony Lindgren, linux-clk, linux-omap

Replace "not" with "node".

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

 drivers/clk/ti/clk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/ti/clk.c b/drivers/clk/ti/clk.c
index 1dc2f15fb75b..40ddd73b2bc5 100644
--- a/drivers/clk/ti/clk.c
+++ b/drivers/clk/ti/clk.c
@@ -263,7 +263,7 @@ static LIST_HEAD(retry_list);
 
 /**
  * ti_clk_retry_init - retries a failed clock init at later phase
- * @node: device not for the clock
+ * @node: device node for the clock
  * @user: user data pointer
  * @func: init function to be called for the clock
  *
-- 
2.32.0


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

* Re: [PATCH] clk: ti: fix typo in ti_clk_retry_init() code comment
  2022-11-06 15:56 [PATCH] clk: ti: fix typo in ti_clk_retry_init() code comment Dario Binacchi
@ 2022-11-23  1:04 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2022-11-23  1:04 UTC (permalink / raw)
  To: Dario Binacchi, linux-kernel
  Cc: Dario Binacchi, Allison Randal, Greg Kroah-Hartman, Liang He,
	Michael Turquette, Tero Kristo, Thomas Gleixner, Tony Lindgren,
	linux-clk, linux-omap

Quoting Dario Binacchi (2022-11-06 07:56:25)
> Replace "not" with "node".
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---

Applied to clk-next

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

end of thread, other threads:[~2022-11-23  1:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-06 15:56 [PATCH] clk: ti: fix typo in ti_clk_retry_init() code comment Dario Binacchi
2022-11-23  1:04 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox