Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/page_table_check: fix typos

Link: https://lkml.kernel.org/r/20220916090434.701194-1-shiyn.lin@gmail.com
Signed-off-by: Chih-En Lin <shiyn.lin@gmail.com>
Acked-by: Pasha Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Chih-En Lin and committed by
Andrew Morton
3ae6d3e3 cc713520

+2 -2
+2 -2
mm/page_table_check.c
··· 53 53 } 54 54 55 55 /* 56 - * An enty is removed from the page table, decrement the counters for that page 56 + * An entry is removed from the page table, decrement the counters for that page 57 57 * verify that it is of correct type and counters do not become negative. 58 58 */ 59 59 static void page_table_check_clear(struct mm_struct *mm, unsigned long addr, ··· 87 87 } 88 88 89 89 /* 90 - * A new enty is added to the page table, increment the counters for that page 90 + * A new entry is added to the page table, increment the counters for that page 91 91 * verify that it is of correct type and is not being mapped with a different 92 92 * type to a different process. 93 93 */