Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn
Thomas Gleixner <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.boot-loaders.tboot.devel,gmane.comp.freedesktop.xorg.nouveau,gmane.linux.oprofile |
|---|---|
| Message-ID | <alpine.DEB.2.20.1702171216040.3536@nanos> |
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 <[email protected]> Acked-by: Thomas Gleixner <[email protected]>