[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1425306361-3446-1-git-send-email-bywxiaobai@163.com>
Date: Mon, 2 Mar 2015 22:26:00 +0800
From: Yaowei Bai <bywxiaobai@....com>
To: akpm@...ux-foundation.org, mgorman@...e.de, vbabka@...e.cz,
hannes@...xchg.org, riel@...hat.com, iamjoonsoo.kim@....com,
rientjes@...gle.com, sasha.levin@...cle.com
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] mm/page_alloc.c: Add '(' and ')' in comment
Add parentheses to make the two deltas consistent.
Signed-off-by: Yaowei Bai <bywxiaobai@....com>
---
mm/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 7abfa70..12c96ad 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -5715,7 +5715,7 @@ static void __setup_per_zone_wmarks(void)
* need highmem pages, so cap pages_min to a small
* value here.
*
- * The WMARK_HIGH-WMARK_LOW and (WMARK_LOW-WMARK_MIN)
+ * The (WMARK_HIGH-WMARK_LOW) and (WMARK_LOW-WMARK_MIN)
* deltas controls asynch page reclaim, and so should
* not be capped for highmem.
*/
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists