Skip to content

Commit 7942ac9

Browse files
JuliaLawallbebarino
authored andcommitted
clk: nxp: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Vladimir Zapolskiy <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent f816ac1 commit 7942ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/nxp/clk-lpc18xx-cgu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ static void __init lpc18xx_cgu_register_source_clks(struct device_node *np,
606606
if (IS_ERR(clk))
607607
pr_warn("%s: failed to register irc clk\n", __func__);
608608

609-
/* Register crystal oscillator controlller */
609+
/* Register crystal oscillator controller */
610610
parents[0] = of_clk_get_parent_name(np, 0);
611611
clk = clk_register_gate(NULL, clk_src_names[CLK_SRC_OSC], parents[0],
612612
0, base + LPC18XX_CGU_XTAL_OSC_CTRL,

0 commit comments

Comments
 (0)