linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: Fix comment typo
@ 2022-07-21  3:05 Kuan-Ying Lee
  2022-08-03 11:07 ` Kuan-Ying Lee
  2022-08-23 11:34 ` Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Kuan-Ying Lee @ 2022-07-21  3:05 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Matthias Brugger
  Cc: chinwen.chang, Kuan-Ying Lee, linux-arm-kernel, linux-kernel,
	linux-mediatek

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: Fix comment typo
  2022-07-21  3:05 [PATCH] arm64: Fix comment typo Kuan-Ying Lee
@ 2022-08-03 11:07 ` Kuan-Ying Lee
  2022-08-23 11:34 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Kuan-Ying Lee @ 2022-08-03 11:07 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Matthias Brugger
  Cc: Chinwen Chang (張錦文),
	linux-arm-kernel, linux-kernel, linux-mediatek

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
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: Fix comment typo
  2022-07-21  3:05 [PATCH] arm64: Fix comment typo Kuan-Ying Lee
  2022-08-03 11:07 ` Kuan-Ying Lee
@ 2022-08-23 11:34 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2022-08-23 11:34 UTC (permalink / raw)
  To: Kuan-Ying Lee, Catalin Marinas, Matthias Brugger
  Cc: kernel-team, Will Deacon, linux-arm-kernel, linux-mediatek,
	linux-kernel, chinwen.chang

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-23 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-21  3:05 [PATCH] arm64: Fix comment typo Kuan-Ying Lee
2022-08-03 11:07 ` Kuan-Ying Lee
2022-08-23 11:34 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).