From: Yaowei Bai Date: Thu, 12 Feb 2015 23:00:22 +0000 (-0800) Subject: mm/page_alloc: fix comment X-Git-Tag: v4.14-rc1~5954^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84109e15ddc8fe00c832d5228ca2aedf95d13b97;p=platform%2Fkernel%2Flinux-rpi.git mm/page_alloc: fix comment Add a necessary 'leave'. Signed-off-by: Yaowei Bai Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 375327b..cb47582 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -172,7 +172,7 @@ static void __free_pages_ok(struct page *page, unsigned int order); * 1G machine -> (16M dma, 784M normal, 224M high) * NORMAL allocation will leave 784M/256 of ram reserved in the ZONE_DMA * HIGHMEM allocation will leave 224M/32 of ram reserved in ZONE_NORMAL - * HIGHMEM allocation will (224M+784M)/256 of ram reserved in ZONE_DMA + * HIGHMEM allocation will leave (224M+784M)/256 of ram reserved in ZONE_DMA * * TBD: should special case ZONE_DMA32 machines here - in those we normally * don't need any ZONE_NORMAL reservation