VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Ingo Molnar <mingo@kernel.org> 2021-05-06 18:06:47 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-07 00:26:35 -0700 commit: f0953a1bbaca71e1ebbcb9864eb1b273156157ed parent: fa60ce2cb4506701c43bd4cf3ca23d970daf1b9c
Commit Summary:
mm: fix typos in comments
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/mm/highmem.c b/mm/highmem.c
index e389337e00b4..4fb51d735aa6 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -519,7 +519,7 @@ void *__kmap_local_pfn_prot(unsigned long pfn, pgprot_t prot)
 
 	/*
 	 * Disable migration so resulting virtual address is stable
-	 * accross preemption.
+	 * across preemption.
 	 */
 	migrate_disable();
 	preempt_disable();