diff options
author | Wei Yang <richard.weiyang@gmail.com> | 2019-03-05 15:46:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-05 21:07:18 -0800 |
commit | 8bb4e7a2ee26c05a94ae6cb0aec2f82a3523cf35 (patch) | |
tree | eca92d41268670cd0f4e8d1e0bdd46add2c7a484 /include | |
parent | 8aa49762dba3e8ce9a52a9b6da221e61a0c6de08 (diff) |
mm: fix some typos in mm directory
No functional change.
Link: http://lkml.kernel.org/r/20190118235123.27843-1-richard.weiyang@gmail.com
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 90c13cdeefb5..6d3290cd1f6f 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -1301,7 +1301,7 @@ void memory_present(int nid, unsigned long start, unsigned long end); /* * If it is possible to have holes within a MAX_ORDER_NR_PAGES, then we - * need to check pfn validility within that MAX_ORDER_NR_PAGES block. + * need to check pfn validity within that MAX_ORDER_NR_PAGES block. * pfn_valid_within() should be used in this case; we optimise this away * when we have no holes within a MAX_ORDER_NR_PAGES block. */ |