All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: nxp: fix typo in comment
@ 2022-05-21 11:10 ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Michael Turquette
  Cc: kernel-janitors, Stephen Boyd, Vladimir Zapolskiy, linux-clk,
	linux-arm-kernel, linux-kernel

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,


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] clk: nxp: fix typo in comment
@ 2022-05-21 11:10 ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Michael Turquette
  Cc: kernel-janitors, Stephen Boyd, Vladimir Zapolskiy, linux-clk,
	linux-arm-kernel, linux-kernel

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,


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] clk: nxp: fix typo in comment
  2022-05-21 11:10 ` Julia Lawall
@ 2022-05-30 14:34   ` Vladimir Zapolskiy
  -1 siblings, 0 replies; 6+ messages in thread
From: Vladimir Zapolskiy @ 2022-05-30 14:34 UTC (permalink / raw)
  To: Julia Lawall, Michael Turquette
  Cc: kernel-janitors, Stephen Boyd, linux-clk, linux-arm-kernel, linux-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] clk: nxp: fix typo in comment
@ 2022-05-30 14:34   ` Vladimir Zapolskiy
  0 siblings, 0 replies; 6+ messages in thread
From: Vladimir Zapolskiy @ 2022-05-30 14:34 UTC (permalink / raw)
  To: Julia Lawall, Michael Turquette
  Cc: kernel-janitors, Stephen Boyd, linux-clk, linux-arm-kernel, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] clk: nxp: fix typo in comment
  2022-05-21 11:10 ` Julia Lawall
@ 2022-10-03 19:34   ` Stephen Boyd
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2022-10-03 19:34 UTC (permalink / raw)
  To: Julia Lawall, Michael Turquette
  Cc: kernel-janitors, Vladimir Zapolskiy, linux-clk, linux-arm-kernel,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] clk: nxp: fix typo in comment
@ 2022-10-03 19:34   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2022-10-03 19:34 UTC (permalink / raw)
  To: Julia Lawall, Michael Turquette
  Cc: kernel-janitors, Vladimir Zapolskiy, linux-clk, linux-arm-kernel,
	linux-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-03 19:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:10 [PATCH] clk: nxp: fix typo in comment Julia Lawall
2022-05-21 11:10 ` Julia Lawall
2022-05-30 14:34 ` Vladimir Zapolskiy
2022-05-30 14:34   ` Vladimir Zapolskiy
2022-10-03 19:34 ` Stephen Boyd
2022-10-03 19:34   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.