diff mbox series

arm64: el2_setup.h: fix spelling typo in comments

Message ID 20230123110639.10473-1-prathubaronia2011@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: el2_setup.h: fix spelling typo in comments | expand

Commit Message

Prathu Baronia Jan. 23, 2023, 11:06 a.m. UTC
- "evailable" -> "available"

Signed-off-by: Prathu Baronia <prathubaronia2011@gmail.com>
---
 arch/arm64/include/asm/el2_setup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mukesh Ojha Jan. 24, 2023, 5:38 p.m. UTC | #1
On 1/23/2023 4:36 PM, Prathu Baronia wrote:
> - "evailable" -> "available"
> 
> Signed-off-by: Prathu Baronia <prathubaronia2011@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


Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh

>    * if possible later on in the boot process
>    *
>    * Regs: x0, x1 and x2 are clobbered.
Catalin Marinas Jan. 26, 2023, 6:49 p.m. UTC | #2
On Mon, 23 Jan 2023 16:36:38 +0530, Prathu Baronia wrote:
> - "evailable" -> "available"
> 
> 

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: el2_setup.h: fix spelling typo in comments
      https://git.kernel.org/arm64/c/bb457bddee41
diff mbox series

Patch

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.