Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4070998imu; Tue, 18 Dec 2018 08:36:35 -0800 (PST) X-Google-Smtp-Source: AFSGD/UwSRrEgx+4oHfF66g2N+Fg8Z19JxaCKF4U1YgkCWK7iTmVBqbAyqfh9UbwCjmMPF3N4NRm X-Received: by 2002:a17:902:9a81:: with SMTP id w1mr16251993plp.19.1545150995732; Tue, 18 Dec 2018 08:36:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545150995; cv=none; d=google.com; s=arc-20160816; b=pXbevYmdzLKmG5QpiKyyHbB4iIxVny1LpkuyrOOSjr1IpL6resx3LYD24104oJbAJY z1tU5RWCG09UwHzSKNYnUuS66EfqJMzvBDEcgMOh8xrgaByu2gL/IPh1V63UnZ5bKI93 Q9t7WfSpfgRRQVPTtSU3owkbNhj9T6N+qwCVuNMHZgwGuKR8AdQsBTVWFL8+ZY6OQ+K4 6r5xF0T2rGJ8xlPY5Nc2XMtFn84jytT6oJ8ZFua6vcUo+jN0rZcyjXcJu3qAyPV6PxZW jTLKpbSbi1yc5xLonsx7MSglYaRSvLJ2YyV/97omfnBYYwXc97BSipfx1T32uxMF4TGc 0snQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=sM526ltIYYVNsy3Cn8+PIRZLojhWVT8IhGozk6PTbFg=; b=pd2dz1TCae2ZOvBpo9OPu5z1fzEDSkvV3LgFrgygPaQouJlurM6qlXHtU54mzzh2l7 tM+OprqHij+lLJNdWrvadNUnkGlyxICo0qoeLGM3HHxH7SVdRcrmWW/FKeUkpdW09o7V RwEjlN2WlrfjRPC6FqPsfmQIdanNWFVl7u2WNBI+vb4GfeX6y65yaQWg/qG2wMtU67u0 moauyXSdBo19gLkEF/PNDeFXarkdk8AELHHvqh1+L6sXJ89oBOkKY5SPHqzdBn7bc9eU rAr6cKPGrAb1Lb5zTS71eJQoIveXtGENIjDpRV8W3jBW8PBR+/3UKLvqCsdunCsgr3st mFqg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w2si2507857pgh.565.2018.12.18.08.36.18; Tue, 18 Dec 2018 08:36:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727233AbeLRQey (ORCPT + 99 others); Tue, 18 Dec 2018 11:34:54 -0500 Received: from nat.nue.novell.com ([195.135.221.2]:38986 "EHLO suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726980AbeLRQex (ORCPT ); Tue, 18 Dec 2018 11:34:53 -0500 Received: by suse.de (Postfix, from userid 1000) id E1C8E3C69; Tue, 18 Dec 2018 17:34:51 +0100 (CET) Date: Tue, 18 Dec 2018 17:34:51 +0100 From: Oscar Salvador To: Michal Hocko Cc: Andrew Morton , Pavel Tatashin , linux-mm@kvack.org, LKML , Michal Hocko Subject: Re: [PATCH] memory_hotplug: add missing newlines to debugging output Message-ID: <20181218163446.ua6svkohowov35to@d104.suse.de> References: <20181218162307.10518-1-mhocko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181218162307.10518-1-mhocko@kernel.org> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 18, 2018 at 05:23:07PM +0100, Michal Hocko wrote: > From: Michal Hocko > Fixes: b77eab7079d9 ("mm/memory_hotplug: optimize probe routine") > Signed-off-by: Michal Hocko Reviewed-by: Oscar Salvador > --- > drivers/base/memory.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/base/memory.c b/drivers/base/memory.c > index 0e5985682642..b5ff45ab7967 100644 > --- a/drivers/base/memory.c > +++ b/drivers/base/memory.c > @@ -207,15 +207,15 @@ static bool pages_correctly_probed(unsigned long start_pfn) > return false; > > if (!present_section_nr(section_nr)) { > - pr_warn("section %ld pfn[%lx, %lx) not present", > + pr_warn("section %ld pfn[%lx, %lx) not present\n", > section_nr, pfn, pfn + PAGES_PER_SECTION); > return false; > } else if (!valid_section_nr(section_nr)) { > - pr_warn("section %ld pfn[%lx, %lx) no valid memmap", > + pr_warn("section %ld pfn[%lx, %lx) no valid memmap\n", > section_nr, pfn, pfn + PAGES_PER_SECTION); > return false; > } else if (online_section_nr(section_nr)) { > - pr_warn("section %ld pfn[%lx, %lx) is already online", > + pr_warn("section %ld pfn[%lx, %lx) is already online\n", > section_nr, pfn, pfn + PAGES_PER_SECTION); > return false; > } > -- > 2.19.2 > -- Oscar Salvador SUSE L3