The patch titled Subject: mm/vmstat.c: fix wrong comment has been added to the -mm tree. Its filename is vmstat-fix-wrong-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/vmstat-fix-wrong-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/vmstat-fix-wrong-comment.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: SeongJae Park <sj38.park@xxxxxxxxx> Subject: mm/vmstat.c: fix wrong comment Comment for pagetypeinfo_showblockcount() is mistakenly duplicated from pagetypeinfo_show_free()'s comment. This commit fixes it. Link: http://lkml.kernel.org/r/20170809185816.11244-1-sj38.park@xxxxxxxxx Fixes: 467c996c1e19 ("Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo") Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/vmstat.c~vmstat-fix-wrong-comment mm/vmstat.c --- a/mm/vmstat.c~vmstat-fix-wrong-comment +++ a/mm/vmstat.c @@ -1255,7 +1255,7 @@ static void pagetypeinfo_showblockcount_ seq_putc(m, '\n'); } -/* Print out the free pages at each order for each migratetype */ +/* Print out the number of pageblocks for each migratetype */ static int pagetypeinfo_showblockcount(struct seq_file *m, void *arg) { int mtype; _ Patches currently in -mm which might be from sj38.park@xxxxxxxxx are vmstat-fix-wrong-comment.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