All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP1: fix typos in comments
@ 2022-03-18 10:37 ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2022-03-18 10:37 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: kernel-janitors, Aaro Koskinen, Tony Lindgren, Russell King,
	linux-omap, linux-arm-kernel, linux-kernel

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

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

---
 arch/arm/mach-omap1/clock_data.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
index 3ebcd96efbff..c761e72563c1 100644
--- a/arch/arm/mach-omap1/clock_data.c
+++ b/arch/arm/mach-omap1/clock_data.c
@@ -818,7 +818,7 @@ int __init omap1_clk_init(void)
 		omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
 		omap_readw(ARM_CKCTL));
 
-	/* We want to be in syncronous scalable mode */
+	/* We want to be in synchronous scalable mode */
 	omap_writew(0x1000, ARM_SYSST);
 
 


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

* [PATCH] ARM: OMAP1: fix typos in comments
@ 2022-03-18 10:37 ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2022-03-18 10:37 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: kernel-janitors, Aaro Koskinen, Tony Lindgren, Russell King,
	linux-omap, linux-arm-kernel, linux-kernel

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

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

---
 arch/arm/mach-omap1/clock_data.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
index 3ebcd96efbff..c761e72563c1 100644
--- a/arch/arm/mach-omap1/clock_data.c
+++ b/arch/arm/mach-omap1/clock_data.c
@@ -818,7 +818,7 @@ int __init omap1_clk_init(void)
 		omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
 		omap_readw(ARM_CKCTL));
 
-	/* We want to be in syncronous scalable mode */
+	/* We want to be in synchronous scalable mode */
 	omap_writew(0x1000, ARM_SYSST);
 
 


_______________________________________________
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] ARM: OMAP1: fix typos in comments
  2022-03-18 10:37 ` Julia Lawall
@ 2022-03-19 11:16   ` Aaro Koskinen
  -1 siblings, 0 replies; 6+ messages in thread
From: Aaro Koskinen @ 2022-03-19 11:16 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Paul Walmsley, kernel-janitors, Tony Lindgren, Russell King,
	linux-omap, linux-arm-kernel, linux-kernel

On Fri, Mar 18, 2022 at 11:37:28AM +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi>

A.

> ---
>  arch/arm/mach-omap1/clock_data.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
> index 3ebcd96efbff..c761e72563c1 100644
> --- a/arch/arm/mach-omap1/clock_data.c
> +++ b/arch/arm/mach-omap1/clock_data.c
> @@ -818,7 +818,7 @@ int __init omap1_clk_init(void)
>  		omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
>  		omap_readw(ARM_CKCTL));
>  
> -	/* We want to be in syncronous scalable mode */
> +	/* We want to be in synchronous scalable mode */
>  	omap_writew(0x1000, ARM_SYSST);
>  
>  
> 

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

* Re: [PATCH] ARM: OMAP1: fix typos in comments
@ 2022-03-19 11:16   ` Aaro Koskinen
  0 siblings, 0 replies; 6+ messages in thread
From: Aaro Koskinen @ 2022-03-19 11:16 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Paul Walmsley, kernel-janitors, Tony Lindgren, Russell King,
	linux-omap, linux-arm-kernel, linux-kernel

On Fri, Mar 18, 2022 at 11:37:28AM +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi>

A.

> ---
>  arch/arm/mach-omap1/clock_data.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
> index 3ebcd96efbff..c761e72563c1 100644
> --- a/arch/arm/mach-omap1/clock_data.c
> +++ b/arch/arm/mach-omap1/clock_data.c
> @@ -818,7 +818,7 @@ int __init omap1_clk_init(void)
>  		omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
>  		omap_readw(ARM_CKCTL));
>  
> -	/* We want to be in syncronous scalable mode */
> +	/* We want to be in synchronous scalable mode */
>  	omap_writew(0x1000, ARM_SYSST);
>  
>  
> 

_______________________________________________
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] ARM: OMAP1: fix typos in comments
  2022-03-18 10:37 ` Julia Lawall
@ 2022-04-21 11:51   ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2022-04-21 11:51 UTC (permalink / raw)
  To: Julia Lawall, Arnd Bergmann
  Cc: Paul Walmsley, kernel-janitors, Aaro Koskinen, Russell King,
	linux-omap, linux-arm-kernel, linux-kernel

Hi,

* Julia Lawall <Julia.Lawall@inria.fr> [220318 12:36]:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Probably best that Arnd picks this into his omap1-multiplatform branch:

Acked-by: Tony Lindgren <tony@atomide.com>

Regards,

Tony

> ---
>  arch/arm/mach-omap1/clock_data.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
> index 3ebcd96efbff..c761e72563c1 100644
> --- a/arch/arm/mach-omap1/clock_data.c
> +++ b/arch/arm/mach-omap1/clock_data.c
> @@ -818,7 +818,7 @@ int __init omap1_clk_init(void)
>  		omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
>  		omap_readw(ARM_CKCTL));
>  
> -	/* We want to be in syncronous scalable mode */
> +	/* We want to be in synchronous scalable mode */
>  	omap_writew(0x1000, ARM_SYSST);
>  
>  
> 

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

* Re: [PATCH] ARM: OMAP1: fix typos in comments
@ 2022-04-21 11:51   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2022-04-21 11:51 UTC (permalink / raw)
  To: Julia Lawall, Arnd Bergmann
  Cc: Paul Walmsley, kernel-janitors, Aaro Koskinen, Russell King,
	linux-omap, linux-arm-kernel, linux-kernel

Hi,

* Julia Lawall <Julia.Lawall@inria.fr> [220318 12:36]:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Probably best that Arnd picks this into his omap1-multiplatform branch:

Acked-by: Tony Lindgren <tony@atomide.com>

Regards,

Tony

> ---
>  arch/arm/mach-omap1/clock_data.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
> index 3ebcd96efbff..c761e72563c1 100644
> --- a/arch/arm/mach-omap1/clock_data.c
> +++ b/arch/arm/mach-omap1/clock_data.c
> @@ -818,7 +818,7 @@ int __init omap1_clk_init(void)
>  		omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
>  		omap_readw(ARM_CKCTL));
>  
> -	/* We want to be in syncronous scalable mode */
> +	/* We want to be in synchronous scalable mode */
>  	omap_writew(0x1000, ARM_SYSST);
>  
>  
> 

_______________________________________________
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-04-21 11:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 10:37 [PATCH] ARM: OMAP1: fix typos in comments Julia Lawall
2022-03-18 10:37 ` Julia Lawall
2022-03-19 11:16 ` Aaro Koskinen
2022-03-19 11:16   ` Aaro Koskinen
2022-04-21 11:51 ` Tony Lindgren
2022-04-21 11:51   ` Tony Lindgren

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.