* [PATCH] ARM: mach-omap2: fix typos in comments
@ 2026-09-07 6:37 Hemanth Selam
0 siblings, 0 replies; only message in thread
From: Hemanth Selam @ 2026-09-07 6:37 UTC (permalink / raw)
To: Aaro Koskinen, Andreas Kemnade, Kevin Hilman, Roger Quadros,
Tony Lindgren, Russell King
Cc: linux-omap, linux-arm-kernel, linux-kernel
Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
arch/arm/mach-omap2/dma.c | 2 +-
arch/arm/mach-omap2/powerdomains44xx_data.c | 2 +-
arch/arm/mach-omap2/powerdomains54xx_data.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-omap2/dma.c b/arch/arm/mach-omap2/dma.c
index 830cd4e7eb44..cc10439eb856 100644
--- a/arch/arm/mach-omap2/dma.c
+++ b/arch/arm/mach-omap2/dma.c
@@ -118,7 +118,7 @@ static unsigned configure_dma_errata(void)
/*
* Erratum ID: i378: OMAP2+: sDMA Channel is not disabled
* after a transaction error.
- * Workaround: SW should explicitely disable the channel.
+ * Workaround: SW should explicitly disable the channel.
*/
if (cpu_class_is_omap2())
SET_DMA_ERRATA(DMA_ERRATA_i378);
diff --git a/arch/arm/mach-omap2/powerdomains44xx_data.c b/arch/arm/mach-omap2/powerdomains44xx_data.c
index 37fd1a567094..ef801e5f3202 100644
--- a/arch/arm/mach-omap2/powerdomains44xx_data.c
+++ b/arch/arm/mach-omap2/powerdomains44xx_data.c
@@ -258,7 +258,7 @@ static struct powerdomain cam_44xx_pwrdm = {
.flags = PWRDM_HAS_LOWPOWERSTATECHANGE,
};
-/* l3init_44xx_pwrdm: L3 initators pheripherals power domain */
+/* l3init_44xx_pwrdm: L3 initiators pheripherals power domain */
static struct powerdomain l3init_44xx_pwrdm = {
.name = "l3init_pwrdm",
.voltdm = { .name = "core" },
diff --git a/arch/arm/mach-omap2/powerdomains54xx_data.c b/arch/arm/mach-omap2/powerdomains54xx_data.c
index 5506da2ceaff..8c8b5c0ac216 100644
--- a/arch/arm/mach-omap2/powerdomains54xx_data.c
+++ b/arch/arm/mach-omap2/powerdomains54xx_data.c
@@ -216,7 +216,7 @@ static struct powerdomain cam_54xx_pwrdm = {
.flags = PWRDM_HAS_LOWPOWERSTATECHANGE,
};
-/* l3init_54xx_pwrdm: L3 initators pheripherals power domain */
+/* l3init_54xx_pwrdm: L3 initiators pheripherals power domain */
static struct powerdomain l3init_54xx_pwrdm = {
.name = "l3init_pwrdm",
.voltdm = { .name = "core" },
--
2.48.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-07 6:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07 6:37 [PATCH] ARM: mach-omap2: fix typos in comments Hemanth Selam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox