[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220318103729.157574-33-Julia.Lawall@inria.fr>
Date: Fri, 18 Mar 2022 11:37:28 +0100
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Paul Walmsley <paul@...an.com>
Cc: kernel-janitors@...r.kernel.org,
Aaro Koskinen <aaro.koskinen@....fi>,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@...linux.org.uk>,
linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: OMAP1: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@...ia.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);
Powered by blists - more mailing lists