Removed one author's email address from module init message.
Signed-off-by: Peter Oruba <[email protected]>
---
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
- " <[email protected]>"
- " <[email protected]>\n");
+ " <[email protected]>,"
+ " Peter Oruba\n");
return 0;
}
--
1.5.4.1
--