summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorWangYuli <wangyuli@uniontech.com>2024-09-06 13:40:08 +0800
committerAndrew Morton <akpm@linux-foundation.org>2024-09-09 16:47:43 -0700
commitdab2214fec6057d2ba816bba1d30aca73c08ad68 (patch)
tree110c7c794047ae1a070fcaf4ebf6eb2b61db1a31 /arch/arm
parent73b4fcab4905e17f2a22af278efd75f1cd008e29 (diff)
downloadlinux-dab2214fec6057d2ba816bba1d30aca73c08ad68.tar.gz
linux-dab2214fec6057d2ba816bba1d30aca73c08ad68.tar.bz2
linux-dab2214fec6057d2ba816bba1d30aca73c08ad68.zip
treewide: correct the typo 'retun'
There are some spelling mistakes of 'retun' in comments which should be instead of 'return'. Link: https://lkml.kernel.org/r/63D0F870EE8E87A0+20240906054008.390188-1-wangyuli@uniontech.com Signed-off-by: WangYuli <wangyuli@uniontech.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/omap-mpuss-lowpower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-mpuss-lowpower.c b/arch/arm/mach-omap2/omap-mpuss-lowpower.c
index 7ad74db951f6..f18ef45e2fe1 100644
--- a/arch/arm/mach-omap2/omap-mpuss-lowpower.c
+++ b/arch/arm/mach-omap2/omap-mpuss-lowpower.c
@@ -333,7 +333,7 @@ int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state)
omap_pm_ops.scu_prepare(cpu, power_state);
/*
- * CPU never retuns back if targeted power state is OFF mode.
+ * CPU never returns back if targeted power state is OFF mode.
* CPU ONLINE follows normal CPU ONLINE ptah via
* omap4_secondary_startup().
*/