Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn

From: Juergen Gross
Date: Fri Feb 17 2017 - 03:06:40 EST


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 <joe@xxxxxxxxxxx>
> ---
> 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 <jgross@xxxxxxxx>


Juergen