Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1583184
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn |
| Date | 2017-02-17 09:10 +0100 |
| Message-ID | <tbLM5-1Dp-5@gated-at.bofh.it> (permalink) |
| References | <tbKZH-176-3@gated-at.bofh.it> <tbKZH-176-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@perches.com> > --- > 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@suse.com> Juergen
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn Joe Perches <joe@perches.com> - 2017-02-17 08:20 +0100 Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn Pekka Paalanen <ppaalanen@gmail.com> - 2017-02-17 08:50 +0100 Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn Juergen Gross <jgross@suse.com> - 2017-02-17 09:10 +0100 Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn Thomas Gleixner <tglx@linutronix.de> - 2017-02-17 12:20 +0100 Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn Robert Richter <rric@kernel.org> - 2017-02-17 15:10 +0100 Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn Steven Rostedt <rostedt@goodmis.org> - 2017-02-17 16:10 +0100 Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn Adan Hawthorn <adanhawthorn@gmail.com> - 2017-02-21 02:20 +0100
csiph-web