diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2024-05-29 15:09:24 +0300 |
---|---|---|
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2024-06-10 14:01:32 +0300 |
commit | 9ac7ba12d37b4c24f6db675ff7edb7e54f597a59 (patch) | |
tree | 106f59b87da7a78a05ceeca936635e4ebf547dcf /arch/arm/mach-alpine | |
parent | 8ede71e1202011d8bfceeab4737e6d52d88688ab (diff) | |
download | linux-9ac7ba12d37b4c24f6db675ff7edb7e54f597a59.tar.xz |
ARM: 9403/1: Alpine: Spelling s/initialiing/initializing/
Fix a misspelling of "initializing".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-alpine')
-rw-r--r-- | arch/arm/mach-alpine/alpine_cpu_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-alpine/alpine_cpu_pm.c b/arch/arm/mach-alpine/alpine_cpu_pm.c index 13ae8412e9ce..b48da6f12b6c 100644 --- a/arch/arm/mach-alpine/alpine_cpu_pm.c +++ b/arch/arm/mach-alpine/alpine_cpu_pm.c @@ -29,7 +29,7 @@ int alpine_cpu_wakeup(unsigned int phys_cpu, uint32_t phys_resume_addr) /* * Set CPU resume address - * secure firmware running on boot will jump to this address - * after setting proper CPU mode, and initialiing e.g. secure + * after setting proper CPU mode, and initializing e.g. secure * regs (the same mode all CPUs are booted to - usually HYP) */ writel(phys_resume_addr, |