From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752437AbcCDMlM (ORCPT ); Fri, 4 Mar 2016 07:41:12 -0500 Received: from mail-yw0-f193.google.com ([209.85.161.193]:32866 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751216AbcCDMlI (ORCPT ); Fri, 4 Mar 2016 07:41:08 -0500 Date: Fri, 4 Mar 2016 07:41:05 -0500 From: Tejun Heo To: Joe Perches Cc: Andrew Morton , Catalin Marinas , Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] mm: Convert pr_warning to pr_warn Message-ID: <20160304124105.GA13868@htj.duckdns.org> References: <4d7b3004d1715ddf86c821527a334615ac2dfdf4.1457047399.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d7b3004d1715ddf86c821527a334615ac2dfdf4.1457047399.git.joe@perches.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 03, 2016 at 03:25:31PM -0800, Joe Perches wrote: > There are a mixture of pr_warning and pr_warn uses in mm. > Use pr_warn consistently. > > Miscellanea: > > o Coalesce formats > o Realign arguments > > Signed-off-by: Joe Perches For percpu, Acked-by: Tejun Heo Thanks. -- tejun