From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932373AbdBQIG0 (ORCPT ); Fri, 17 Feb 2017 03:06:26 -0500 Received: from mx2.suse.de ([195.135.220.15]:33870 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754937AbdBQIGZ (ORCPT ); Fri, 17 Feb 2017 03:06:25 -0500 Subject: Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn To: Joe Perches , Ning Sun , Steven Rostedt , Karol Herbst , Pekka Paalanen , Robert Richter , Len Brown , Boris Ostrovsky References: Cc: Thomas Gleixner , "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 From: Juergen Gross Message-ID: Date: Fri, 17 Feb 2017 09:06:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/02/17 08:11, 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 > --- > arch/x86/kernel/amd_gart_64.c | 12 +++------ > arch/x86/kernel/apic/apic.c | 46 ++++++++++++++++------------------ > arch/x86/kernel/apic/apic_noop.c | 2 +- > arch/x86/kernel/setup_percpu.c | 4 +-- > arch/x86/kernel/tboot.c | 15 ++++++----- > arch/x86/kernel/tsc_sync.c | 8 +++--- > arch/x86/mm/kmmio.c | 8 +++--- > arch/x86/mm/mmio-mod.c | 5 ++-- > arch/x86/mm/numa.c | 12 ++++----- > arch/x86/mm/numa_emulation.c | 6 ++--- > arch/x86/mm/testmmiotrace.c | 5 ++-- > arch/x86/oprofile/op_x86_model.h | 6 ++--- > arch/x86/platform/olpc/olpc-xo15-sci.c | 2 +- > arch/x86/platform/sfi/sfi.c | 3 +-- > arch/x86/xen/debugfs.c | 2 +- > arch/x86/xen/setup.c | 2 +- > 16 files changed, 63 insertions(+), 75 deletions(-) Xen parts: Reviewed-by: Juergen Gross Juergen