public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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