* [PATCH] riscv: Fix a comment typo in set_mm_asid()
@ 2024-11-14 21:27 Chin Yik Ming
2024-11-14 22:08 ` Charlie Jenkins
2025-03-27 3:25 ` patchwork-bot+linux-riscv
0 siblings, 2 replies; 3+ messages in thread
From: Chin Yik Ming @ 2024-11-14 21:27 UTC (permalink / raw)
To: palmer
Cc: paul.walmsley, aou, alexghiti, samuel.holland, parri.andrea,
atishp, charlie, linux-riscv, linux-kernel, Chin Yik Ming
s/verion/version
Signed-off-by: Chin Yik Ming <yikming2222@gmail.com>
---
arch/riscv/mm/context.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/mm/context.c b/arch/riscv/mm/context.c
index 4abe3de23225..55c20ad1f744 100644
--- a/arch/riscv/mm/context.c
+++ b/arch/riscv/mm/context.c
@@ -158,7 +158,7 @@ static void set_mm_asid(struct mm_struct *mm, unsigned int cpu)
*
* - We get a zero back from the cmpxchg and end up waiting on the
* lock. Taking the lock synchronises with the rollover and so
- * we are forced to see the updated verion.
+ * we are forced to see the updated version.
*
* - We get a valid context back from the cmpxchg then we continue
* using old ASID because __flush_context() would have marked ASID
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] riscv: Fix a comment typo in set_mm_asid()
2024-11-14 21:27 [PATCH] riscv: Fix a comment typo in set_mm_asid() Chin Yik Ming
@ 2024-11-14 22:08 ` Charlie Jenkins
2025-03-27 3:25 ` patchwork-bot+linux-riscv
1 sibling, 0 replies; 3+ messages in thread
From: Charlie Jenkins @ 2024-11-14 22:08 UTC (permalink / raw)
To: Chin Yik Ming
Cc: palmer, paul.walmsley, aou, alexghiti, samuel.holland,
parri.andrea, atishp, linux-riscv, linux-kernel
On Fri, Nov 15, 2024 at 05:27:25AM +0800, Chin Yik Ming wrote:
> s/verion/version
>
> Signed-off-by: Chin Yik Ming <yikming2222@gmail.com>
> ---
> arch/riscv/mm/context.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/mm/context.c b/arch/riscv/mm/context.c
> index 4abe3de23225..55c20ad1f744 100644
> --- a/arch/riscv/mm/context.c
> +++ b/arch/riscv/mm/context.c
> @@ -158,7 +158,7 @@ static void set_mm_asid(struct mm_struct *mm, unsigned int cpu)
> *
> * - We get a zero back from the cmpxchg and end up waiting on the
> * lock. Taking the lock synchronises with the rollover and so
> - * we are forced to see the updated verion.
> + * we are forced to see the updated version.
> *
> * - We get a valid context back from the cmpxchg then we continue
> * using old ASID because __flush_context() would have marked ASID
> --
> 2.34.1
>
Thanks,
Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] riscv: Fix a comment typo in set_mm_asid()
2024-11-14 21:27 [PATCH] riscv: Fix a comment typo in set_mm_asid() Chin Yik Ming
2024-11-14 22:08 ` Charlie Jenkins
@ 2025-03-27 3:25 ` patchwork-bot+linux-riscv
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-riscv @ 2025-03-27 3:25 UTC (permalink / raw)
To: Chin Yik Ming
Cc: linux-riscv, palmer, paul.walmsley, aou, alexghiti,
samuel.holland, parri.andrea, atishp, charlie, linux-kernel
Hello:
This patch was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:
On Fri, 15 Nov 2024 05:27:25 +0800 you wrote:
> s/verion/version
>
> Signed-off-by: Chin Yik Ming <yikming2222@gmail.com>
> ---
> arch/riscv/mm/context.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- riscv: Fix a comment typo in set_mm_asid()
https://git.kernel.org/riscv/c/418af0eafb48
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-27 3:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14 21:27 [PATCH] riscv: Fix a comment typo in set_mm_asid() Chin Yik Ming
2024-11-14 22:08 ` Charlie Jenkins
2025-03-27 3:25 ` patchwork-bot+linux-riscv
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox