From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933402AbdBQLSJ (ORCPT ); Fri, 17 Feb 2017 06:18:09 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:56160 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932491AbdBQLSH (ORCPT ); Fri, 17 Feb 2017 06:18:07 -0500 Date: Fri, 17 Feb 2017 12:17:48 +0100 (CET) From: Thomas Gleixner To: Joe Perches cc: Ning Sun , Steven Rostedt , Karol Herbst , Pekka Paalanen , Robert Richter , Len Brown , Boris Ostrovsky , Juergen Gross , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, tboot-devel@lists.sourceforge.net, nouveau@lists.freedesktop.org, oprofile-list@lists.sf.net, sfi-devel@simplefirmware.org, xen-devel@lists.xenproject.org Subject: Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Feb 2017, Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for arch/x86 > > Prior to this patch, there were 46 uses of pr_warning and > 122 uses of pr_warn in arch/x86 > > Miscellanea: > > o Coalesce a few formats and realign arguments > o Convert a couple of multiple line printks to single line > > Signed-off-by: Joe Perches Acked-by: Thomas Gleixner