From: Peter Oruba Date: Fri, 17 Oct 2008 13:30:37 +0000 (+0200) Subject: x86: microcode patch loader author update X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=36b75da27bb51dc34e358d0b7487406132806c46;p=linux-beck.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 936d8d55f230..82fb2809ce32 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; }