From: Jason Wang Date: Thu, 11 Aug 2022 14:00:30 +0000 (+0800) Subject: clk: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3378d0cc9327cb3337ffc3708e08b8010bc16c4a;p=linux.git clk: Fix comment typo The double `to' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Link: https://lore.kernel.org/r/20220811140030.28886-1-wangborong@cdjrlc.com Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 7fc191c155073..275a65d146b06 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. */