arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix
authorJoe Perches <joe@perches.com>
Wed, 9 Dec 2009 06:30:50 +0000 (22:30 -0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Dec 2009 07:25:57 +0000 (08:25 +0100)
- Use #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
- Remove "microcode: " prefix from each pr_<level>
- Fix duplicated KERN_ERR prefix
- Coalesce pr_<level> format strings
- Add a space after an exclamation point

No other change in output.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
LKML-Reference: <1260340250.27677.191.camel@Joe-Laptop.home>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found