linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: Fix a spelling mistake
@ 2014-10-31 10:37 w00218164
  2014-10-31 12:14 ` Rik van Riel
  0 siblings, 1 reply; 2+ messages in thread
From: w00218164 @ 2014-10-31 10:37 UTC (permalink / raw)
  To: akpm, mgorman, rientjes, hannes, riel, vbabka, sasha.levin
  Cc: lizefan, linux-mm, linux-kernel

From: Wei Yuan <weiyuan.wei@huawei.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@huawei.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, 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 related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm: Fix a spelling mistake
  2014-10-31 10:37 [PATCH] mm: Fix a spelling mistake w00218164
@ 2014-10-31 12:14 ` Rik van Riel
  0 siblings, 0 replies; 2+ messages in thread
From: Rik van Riel @ 2014-10-31 12:14 UTC (permalink / raw)
  To: w00218164, akpm, mgorman, rientjes, hannes, vbabka, sasha.levin
  Cc: lizefan, linux-mm, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/31/2014 06:37 AM, w00218164 wrote:
> From: Wei Yuan <weiyuan.wei@huawei.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@huawei.com>

Acked-by: Rik van Riel <riel@redhat.com>

- -- 
All rights reversed
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJUU30gAAoJEM553pKExN6DuYEH/A//pb6HSRmQJAkRiQC3PQ/X
Qq8MRDyRiXznoHks6Xd/gbAVGpbLftTXApL+6zKL7Id8CSE8qqvJ2wOg6zuLaoyf
4KpCaPahKF6LVNGLdy8hK0OnR65iM6KnUZNHfPCPfA9FU7oDknuW6+Ryt3RqrF83
bEgczxDfv8p4+24GHhX+UODCOktIxS65Nm3zfRYmNcoMnoIRfgCJZIbjF8Ah5LBY
/0RWAjDAJwvpCZB6wwnttXOJlKhRPx77dnKjkMFJgjxDaplq9hSkKG+EzEqztFEi
n8gtvPCHGQovxctjjv/AFFP0o0mvkl5O/f4V/BChC2Bih7Z6pEvlAwo9SwbKqvU=
=OxmS
-----END PGP SIGNATURE-----

--
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:[~2014-10-31 12:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 10:37 [PATCH] mm: Fix a spelling mistake w00218164
2014-10-31 12:14 ` Rik van Riel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).