[PATCH] arm64: Fix comment typo

Kuan-Ying Lee posted 1 patch 2 years, 2 months ago
arch/arm64/kernel/entry.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: Fix comment typo
Posted by Kuan-Ying Lee 2 years, 2 months ago
Replace wrong 'FIQ EL1h' comment with 'FIQ EL1t'.

Signed-off-by: Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com>
---
 arch/arm64/kernel/entry.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
index 254fe31c03a0..2d73b3e793b2 100644
--- a/arch/arm64/kernel/entry.S
+++ b/arch/arm64/kernel/entry.S
@@ -502,7 +502,7 @@ tsk	.req	x28		// current thread_info
 SYM_CODE_START(vectors)
 	kernel_ventry	1, t, 64, sync		// Synchronous EL1t
 	kernel_ventry	1, t, 64, irq		// IRQ EL1t
-	kernel_ventry	1, t, 64, fiq		// FIQ EL1h
+	kernel_ventry	1, t, 64, fiq		// FIQ EL1t
 	kernel_ventry	1, t, 64, error		// Error EL1t
 
 	kernel_ventry	1, h, 64, sync		// Synchronous EL1h
-- 
2.18.0
Re: [PATCH] arm64: Fix comment typo
Posted by Will Deacon 2 years, 1 month ago
On Thu, 21 Jul 2022 11:05:31 +0800, Kuan-Ying Lee wrote:
> Replace wrong 'FIQ EL1h' comment with 'FIQ EL1t'.
> 
> 

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

[1/1] arm64: Fix comment typo
      https://git.kernel.org/arm64/c/729a916599ea

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
Re: [PATCH] arm64: Fix comment typo
Posted by Kuan-Ying Lee 2 years, 1 month ago
On Thu, 2022-07-21 at 11:05 +0800, Kuan-Ying Lee wrote:

Kindly ping.

> Replace wrong 'FIQ EL1h' comment with 'FIQ EL1t'.
> 
> Signed-off-by: Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com>
> ---
>  arch/arm64/kernel/entry.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
> index 254fe31c03a0..2d73b3e793b2 100644
> --- a/arch/arm64/kernel/entry.S
> +++ b/arch/arm64/kernel/entry.S
> @@ -502,7 +502,7 @@ tsk	.req	x28		// current
> thread_info
>  SYM_CODE_START(vectors)
>  	kernel_ventry	1, t, 64, sync		// Synchronous EL1t
>  	kernel_ventry	1, t, 64, irq		// IRQ EL1t
> -	kernel_ventry	1, t, 64, fiq		// FIQ EL1h
> +	kernel_ventry	1, t, 64, fiq		// FIQ EL1t
>  	kernel_ventry	1, t, 64, error		// Error EL1t
>  
>  	kernel_ventry	1, h, 64, sync		// Synchronous EL1h
> -- 
> 2.18.0
>