The patch titled Subject: mm: fix a spelling mistake has been added to the -mm tree. Its filename is mm-fix-a-spelling-mistake.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-a-spelling-mistake.patch echo and later at echo http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-a-spelling-mistake.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Wei Yuan <weiyuan.wei@xxxxxxxxxx> Subject: mm: fix a spelling mistake Signed-off-by Wei Yuan <weiyuan.wei@xxxxxxxxxx> Acked-by: Rik van Riel <riel@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-fix-a-spelling-mistake mm/page_alloc.c --- a/mm/page_alloc.c~mm-fix-a-spelling-mistake +++ a/mm/page_alloc.c @@ -1703,7 +1703,7 @@ static bool __zone_watermark_ok(struct z 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; _ Patches currently in -mm which might be from weiyuan.wei@xxxxxxxxxx are mm-fix-a-spelling-mistake.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html