Skip to content

Commit

Permalink
x86: microcode patch loader author update
Browse files Browse the repository at this point in the history
Removed one author's email address from module init message.

Signed-off-by: Peter Oruba <peter.oruba@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Peter Oruba authored and Ingo Molnar committed Oct 28, 2008
1 parent 17c2297 commit 36b75da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kernel/microcode_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ static int __init microcode_init(void)

printk(KERN_INFO
"Microcode Update Driver: v" MICROCODE_VERSION
" <tigran@aivazian.fsnet.co.uk>"
" <peter.oruba@amd.com>\n");
" <tigran@aivazian.fsnet.co.uk>,"
" Peter Oruba\n");

return 0;
}
Expand Down

0 comments on commit 36b75da

Please sign in to comment.