aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorWei Yang <richard.weiyang@gmail.com>2019-03-05 18:46:22 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2019-03-06 00:07:18 -0500
commit8bb4e7a2ee26c05a94ae6cb0aec2f82a3523cf35 (patch)
treeeca92d41268670cd0f4e8d1e0bdd46add2c7a484 /mm/page_alloc.c
parent8aa49762dba3e8ce9a52a9b6da221e61a0c6de08 (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 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 9be9a22ebe35..ec250453f5e8 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -7551,7 +7551,7 @@ static void __setup_per_zone_wmarks(void)
7551 * value here. 7551 * value here.
7552 * 7552 *
7553 * The WMARK_HIGH-WMARK_LOW and (WMARK_LOW-WMARK_MIN) 7553 * The WMARK_HIGH-WMARK_LOW and (WMARK_LOW-WMARK_MIN)
7554 * deltas control asynch page reclaim, and so should 7554 * deltas control async page reclaim, and so should
7555 * not be capped for highmem. 7555 * not be capped for highmem.
7556 */ 7556 */
7557 unsigned long min_pages; 7557 unsigned long min_pages;
@@ -8028,7 +8028,7 @@ bool has_unmovable_pages(struct zone *zone, struct page *page, int count,
8028 8028
8029 /* 8029 /*
8030 * Hugepages are not in LRU lists, but they're movable. 8030 * Hugepages are not in LRU lists, but they're movable.
8031 * We need not scan over tail pages bacause we don't 8031 * We need not scan over tail pages because we don't
8032 * handle each tail page individually in migration. 8032 * handle each tail page individually in migration.
8033 */ 8033 */
8034 if (PageHuge(page)) { 8034 if (PageHuge(page)) {