From: Chin Yik Ming Date: Thu, 14 Nov 2024 21:27:25 +0000 (+0800) Subject: riscv: Fix a comment typo in set_mm_asid() X-Git-Tag: v6.15-rc1~18^2~3^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=418af0eafb48bbd972040703e5ff5ba94526b5b5;p=thirdparty%2Fkernel%2Flinux.git riscv: Fix a comment typo in set_mm_asid() s/verion/version Signed-off-by: Chin Yik Ming Reviewed-by: Charlie Jenkins Link: https://lore.kernel.org/r/20241114212725.4172401-1-yikming2222@gmail.com Signed-off-by: Alexandre Ghiti --- diff --git a/arch/riscv/mm/context.c b/arch/riscv/mm/context.c index 4abe3de23225e..55c20ad1f7444 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