* [PATCH] clk: Fix comment typo
@ 2022-08-11 14:00 Jason Wang
2022-08-23 2:11 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-08-11 14:00 UTC (permalink / raw)
To: sboyd; +Cc: mturquette, linux-clk, linux-kernel, Jason Wang
The double `to' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
drivers/clk/clk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 7fc191c15507..275a65d146b0 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -3462,7 +3462,7 @@ static void clk_core_reparent_orphans_nolock(void)
/*
* We need to use __clk_set_parent_before() and _after() to
- * to properly migrate any prepare/enable count of the orphan
+ * properly migrate any prepare/enable count of the orphan
* clock. This is important for CLK_IS_CRITICAL clocks, which
* are enabled during init but might not have a parent yet.
*/
--
2.36.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-23 2:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 14:00 [PATCH] clk: Fix comment typo Jason Wang
2022-08-23 2:11 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®