Skip to content

Commit 418af0e

Browse files
ChinYikMingAlexandre Ghiti
authored andcommitted
riscv: Fix a comment typo in set_mm_asid()
s/verion/version Signed-off-by: Chin Yik Ming <[email protected]> Reviewed-by: Charlie Jenkins <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Ghiti <[email protected]>
1 parent a5edc51 commit 418af0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/mm/context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static void set_mm_asid(struct mm_struct *mm, unsigned int cpu)
158158
*
159159
* - We get a zero back from the cmpxchg and end up waiting on the
160160
* lock. Taking the lock synchronises with the rollover and so
161-
* we are forced to see the updated verion.
161+
* we are forced to see the updated version.
162162
*
163163
* - We get a valid context back from the cmpxchg then we continue
164164
* using old ASID because __flush_context() would have marked ASID

0 commit comments

Comments
 (0)