]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm/page_alloc: fix comment
authorYaowei Bai <bywxiaobai@163.com>
Thu, 12 Feb 2015 23:00:22 +0000 (15:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Feb 2015 02:54:11 +0000 (18:54 -0800)
Add a necessary 'leave'.

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c

index 375327b8e9322eae68d9392f6d8e539d80d6550f..cb4758263f6b8a573251ae9323aad2160280ff34 100644 (file)
@@ -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