diff mbox series

ARM: OMAP1: fix typos in comments

Message ID 20220318103729.157574-33-Julia.Lawall@inria.fr
State New
Headers show
Series ARM: OMAP1: fix typos in comments | expand

Commit Message

Julia Lawall March 18, 2022, 10:37 a.m. UTC
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(-)

Comments

Aaro Koskinen March 19, 2022, 11:16 a.m. UTC | #1
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);
>  
>  
>
Tony Lindgren April 21, 2022, 11:51 a.m. UTC | #2
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);
>  
>  
>
diff mbox series

Patch

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);