aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathu Baronia <[email protected]>2023-01-23 16:36:38 +0530
committerCatalin Marinas <[email protected]>2023-01-26 17:45:46 +0000
commitbb457bddee41077768759f6706fa641227877fa0 (patch)
treec5f564920aab15f84093dfad3ea2a2f2b51354db
parent11fc944f7e14a67a2fbf578da5d7244525cf9571 (diff)
arm64: el2_setup.h: fix spelling typo in comments
- "evailable" -> "available" Signed-off-by: Prathu Baronia <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
-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.