Skip to content

Commit 3378d0c

Browse files
Jason Wangbebarino
authored andcommitted
clk: Fix comment typo
The double `to' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent c19edff commit 3378d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3462,7 +3462,7 @@ static void clk_core_reparent_orphans_nolock(void)
34623462

34633463
/*
34643464
* We need to use __clk_set_parent_before() and _after() to
3465-
* to properly migrate any prepare/enable count of the orphan
3465+
* properly migrate any prepare/enable count of the orphan
34663466
* clock. This is important for CLK_IS_CRITICAL clocks, which
34673467
* are enabled during init but might not have a parent yet.
34683468
*/

0 commit comments

Comments
 (0)