diff mbox series

clk: nxp: fix typo in comment

Message ID 20220521111145.81697-42-Julia.Lawall@inria.fr (mailing list archive)
State New, archived
Headers show
Series clk: nxp: fix typo in comment | expand

Commit Message

Julia Lawall May 21, 2022, 11:10 a.m. UTC
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/clk/nxp/clk-lpc18xx-cgu.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vladimir Zapolskiy May 30, 2022, 2:34 p.m. UTC | #1
On 5/21/22 14:10, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
>   drivers/clk/nxp/clk-lpc18xx-cgu.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/nxp/clk-lpc18xx-cgu.c b/drivers/clk/nxp/clk-lpc18xx-cgu.c
> index c23ac463ab0f..1bb18dc0a80a 100644
> --- a/drivers/clk/nxp/clk-lpc18xx-cgu.c
> +++ b/drivers/clk/nxp/clk-lpc18xx-cgu.c
> @@ -609,7 +609,7 @@ static void __init lpc18xx_cgu_register_source_clks(struct device_node *np,
>   	if (IS_ERR(clk))
>   		pr_warn("%s: failed to register irc clk\n", __func__);
>   
> -	/* Register crystal oscillator controlller */
> +	/* Register crystal oscillator controller */
>   	parents[0] = of_clk_get_parent_name(np, 0);
>   	clk = clk_register_gate(NULL, clk_src_names[CLK_SRC_OSC], parents[0],
>   				0, base + LPC18XX_CGU_XTAL_OSC_CTRL,
> 

Acked-by: Vladimir Zapolskiy <vz@mleia.com>

--
Best wishes,
Vladimir
Stephen Boyd Oct. 3, 2022, 7:34 p.m. UTC | #2
Quoting Julia Lawall (2022-05-21 04:10:52)
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---

Applied to clk-next
diff mbox series

Patch

diff --git a/drivers/clk/nxp/clk-lpc18xx-cgu.c b/drivers/clk/nxp/clk-lpc18xx-cgu.c
index c23ac463ab0f..1bb18dc0a80a 100644
--- a/drivers/clk/nxp/clk-lpc18xx-cgu.c
+++ b/drivers/clk/nxp/clk-lpc18xx-cgu.c
@@ -609,7 +609,7 @@  static void __init lpc18xx_cgu_register_source_clks(struct device_node *np,
 	if (IS_ERR(clk))
 		pr_warn("%s: failed to register irc clk\n", __func__);
 
-	/* Register crystal oscillator controlller */
+	/* Register crystal oscillator controller */
 	parents[0] = of_clk_get_parent_name(np, 0);
 	clk = clk_register_gate(NULL, clk_src_names[CLK_SRC_OSC], parents[0],
 				0, base + LPC18XX_CGU_XTAL_OSC_CTRL,