projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c19edff
)
clk: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Thu, 11 Aug 2022 14:00:30 +0000
(22:00 +0800)
committer
Stephen Boyd
<sboyd@kernel.org>
Tue, 23 Aug 2022 02:11:32 +0000
(19:11 -0700)
The double `to' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220811140030.28886-1-wangborong@cdjrlc.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk.c
b/drivers/clk/clk.c
index 7fc191c155073b4b912d1ef14f588d068df3cd14..275a65d146b06accc15669daa78516bc24bf2850 100644
(file)
--- 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.
*/