From: Peter Oruba Date: Fri, 17 Oct 2008 13:30:37 +0000 (+0200) Subject: x86: microcode patch loader author update X-Git-Tag: v2.6.28-rc3~39^2~5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=36b75da27bb51dc34e358d0b7487406132806c46;p=linux-2.6-omap-h63xx.git x86: microcode patch loader author update Removed one author's email address from module init message. Signed-off-by: Peter Oruba Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/microcode_core.c b/arch/x86/kernel/microcode_core.c index 936d8d55f23..82fb2809ce3 100644 --- a/arch/x86/kernel/microcode_core.c +++ b/arch/x86/kernel/microcode_core.c @@ -480,8 +480,8 @@ static int __init microcode_init(void) printk(KERN_INFO "Microcode Update Driver: v" MICROCODE_VERSION - " " - " \n"); + " ," + " Peter Oruba\n"); return 0; }