[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1414751873-19981-1-git-send-email-weiyuan.wei@huawei.com>
Date: Fri, 31 Oct 2014 18:37:53 +0800
From: w00218164 <weiyuan.wei@...wei.com>
To: <akpm@...ux-foundation.org>, <mgorman@...e.de>,
<rientjes@...gle.com>, <hannes@...xchg.org>, <riel@...hat.com>,
<vbabka@...e.cz>, <sasha.levin@...cle.com>
CC: <lizefan@...wei.com>, <linux-mm@...ck.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH] mm: Fix a spelling mistake
From: Wei Yuan <weiyuan.wei@...wei.com>
This patch fixes a spelling mistake in func
__zone_watermark_ok, which may was wrongly spelled my.
Signed-off-by Wei Yuan <weiyuan.wei@...wei.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 9cd36b8..f3ce2e1 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1714,7 +1714,7 @@ static bool __zone_watermark_ok(struct zone *z, unsigned int order,
unsigned long mark, int classzone_idx, int alloc_flags,
long free_pages)
{
- /* free_pages my go negative - that's OK */
+ /* free_pages may go negative - that's OK */
long min = mark;
int o;
long free_cma = 0;
--
2.1.0
--
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