linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mm/page_alloc.c: Add '(' and ')' in comment
@ 2015-03-02 14:26 Yaowei Bai
  2015-03-02 14:26 ` [PATCH 2/2] mm/page_alloc.c: fix a grammar " Yaowei Bai
  0 siblings, 1 reply; 2+ messages in thread
From: Yaowei Bai @ 2015-03-02 14:26 UTC (permalink / raw)
  To: akpm, mgorman, vbabka, hannes, riel, iamjoonsoo.kim, rientjes,
	sasha.levin
  Cc: linux-mm, linux-kernel

Add parentheses to make the two deltas consistent.

Signed-off-by: Yaowei Bai <bywxiaobai@163.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, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] mm/page_alloc.c: fix a grammar in comment
  2015-03-02 14:26 [PATCH 1/2] mm/page_alloc.c: Add '(' and ')' in comment Yaowei Bai
@ 2015-03-02 14:26 ` Yaowei Bai
  0 siblings, 0 replies; 2+ messages in thread
From: Yaowei Bai @ 2015-03-02 14:26 UTC (permalink / raw)
  To: akpm, mgorman, vbabka, hannes, riel, iamjoonsoo.kim, rientjes,
	sasha.levin
  Cc: linux-mm, linux-kernel

Alter 'controls' -> 'control'.

Signed-off-by: Yaowei Bai <bywxiaobai@163.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 12c96ad..5158fa2 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -5716,7 +5716,7 @@ static void __setup_per_zone_wmarks(void)
 			 * value here.
 			 *
 			 * The (WMARK_HIGH-WMARK_LOW) and (WMARK_LOW-WMARK_MIN)
-			 * deltas controls asynch page reclaim, and so should
+			 * deltas control asynch page reclaim, and so should
 			 * not be capped for highmem.
 			 */
 			unsigned long min_pages;
-- 
1.9.1


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-02 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02 14:26 [PATCH 1/2] mm/page_alloc.c: Add '(' and ')' in comment Yaowei Bai
2015-03-02 14:26 ` [PATCH 2/2] mm/page_alloc.c: fix a grammar " Yaowei Bai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox