[PATCH] arm64: el2_setup.h: fix spelling typo in comments
Prathu Baronia
prathubaronia2011 at gmail.com
Mon Jan 23 03:06:38 PST 2023
- "evailable" -> "available"
Signed-off-by: Prathu Baronia <prathubaronia2011 at gmail.com>
---
arch/arm64/include/asm/el2_setup.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.17.1
More information about the linux-arm-kernel
mailing list