[PATCH 0/5] arch/x86: Add #define pr_fmt(fmt) and use pr_<level>

From: Joe Perches
Date: Wed Dec 09 2009 - 13:45:59 EST


For the files that primarily use embedded prefixes:

Standardize a bit on use of pr_<level>, removed embedded prefixes
and use #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt as appropriate.
Coalesced long format strings.

Joe Perches (5):
es7000_32.c: use pr_<level> and add pr_fmt(fmt)
arch/x86/kernel/setup_percpu.c: use pr_<level> and add pr_fmt(fmt)
i8254.c: Add pr_fmt(fmt)
kmmio.c: Add and use pr_fmt(fmt)
arch/x86/mm/mmio-mod.c: use pr_fmt

arch/x86/kernel/apic/es7000_32.c | 12 ++++---
arch/x86/kernel/setup_percpu.c | 13 ++++---
arch/x86/kvm/i8254.c | 12 ++++---
arch/x86/mm/kmmio.c | 40 +++++++++++-----------
arch/x86/mm/mmio-mod.c | 71 ++++++++++++++++++-------------------
5 files changed, 76 insertions(+), 72 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/