summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathu Baronia <prathubaronia2011@gmail.com>2023-01-23 14:06:38 +0300
committerCatalin Marinas <catalin.marinas@arm.com>2023-01-26 20:45:46 +0300
commitbb457bddee41077768759f6706fa641227877fa0 (patch)
treec5f564920aab15f84093dfad3ea2a2f2b51354db
parent11fc944f7e14a67a2fbf578da5d7244525cf9571 (diff)
downloadlinux-bb457bddee41077768759f6706fa641227877fa0.tar.xz
arm64: el2_setup.h: fix spelling typo in comments
- "evailable" -> "available" Signed-off-by: Prathu Baronia <prathubaronia2011@gmail.com> Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> Link: https://lore.kernel.org/r/20230123110639.10473-1-prathubaronia2011@gmail.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r--arch/arm64/include/asm/el2_setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/el2_setup.h b/arch/arm64/include/asm/el2_setup.h
index 668569adf4d3..40567b9bb019 100644
--- a/arch/arm64/include/asm/el2_setup.h
+++ b/arch/arm64/include/asm/el2_setup.h
@@ -177,7 +177,7 @@
/**
* Initialize EL2 registers to sane values. This should be called early on all
* cores that were booted in EL2. Note that everything gets initialised as
- * if VHE was not evailable. The kernel context will be upgraded to VHE
+ * if VHE was not available. The kernel context will be upgraded to VHE
* if possible later on in the boot process
*
* Regs: x0, x1 and x2 are clobbered.