[patch 2/3] x86: Microcode patch loader author update

From: Peter Oruba
Date: Fri Oct 17 2008 - 08:49:47 EST


Removed one author's email address from module init message.

Signed-off-by: Peter Oruba <peter.oruba@xxxxxxx>
---
arch/x86/kernel/microcode_core.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/microcode_core.c b/arch/x86/kernel/microcode_core.c
index 936d8d5..82fb280 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
- " <tigran@xxxxxxxxxxxxxxxxxxxx>"
- " <peter.oruba@xxxxxxx>\n");
+ " <tigran@xxxxxxxxxxxxxxxxxxxx>,"
+ " Peter Oruba\n");

return 0;
}
--
1.5.4.1

--

--
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/