From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751510AbdKVHlW (ORCPT ); Wed, 22 Nov 2017 02:41:22 -0500 Received: from mx2.suse.de ([195.135.220.15]:55899 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751148AbdKVHlU (ORCPT ); Wed, 22 Nov 2017 02:41:20 -0500 Subject: Re: [PATCH 3.16 105/133] mm/vmstat.c: fix wrong comment To: Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: akpm@linux-foundation.org, SeongJae Park , Linus Torvalds , Michal Hocko References: From: Vlastimil Babka Message-ID: <716103c8-97cb-e891-b24e-c6dbd80f065d@suse.cz> Date: Wed, 22 Nov 2017 08:41:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/22/2017 02:58 AM, Ben Hutchings wrote: > 3.16.51-rc1 review patch. If anyone has any objections, please let me know. I don't really care much in the end, but is "fix wrong comment" really a stable patch material these days? :) > ------------------ > > From: SeongJae Park > > commit f113e64121ba9f4791332248b315d9f57ee33a6b upstream. > > 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@gmail.com > Fixes: 467c996c1e19 ("Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo") > Signed-off-by: SeongJae Park > Cc: Michal Hocko > Cc: Vlastimil Babka > Signed-off-by: Andrew Morton > Signed-off-by: Linus Torvalds > Signed-off-by: Ben Hutchings > --- > mm/vmstat.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/mm/vmstat.c > +++ b/mm/vmstat.c > @@ -975,7 +975,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; >