Commit 3378d0cc authored by Jason Wang's avatar Jason Wang Committed by Stephen Boyd

clk: Fix comment typo

The double `to' is duplicated in the comment, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220811140030.28886-1-wangborong@cdjrlc.comSigned-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent c19edff6
...@@ -3462,7 +3462,7 @@ static void clk_core_reparent_orphans_nolock(void) ...@@ -3462,7 +3462,7 @@ static void clk_core_reparent_orphans_nolock(void)
/* /*
* We need to use __clk_set_parent_before() and _after() to * 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 * clock. This is important for CLK_IS_CRITICAL clocks, which
* are enabled during init but might not have a parent yet. * are enabled during init but might not have a parent yet.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment