Commit 43aff26c authored by Borislav Petkov's avatar Borislav Petkov Committed by Ingo Molnar

EDAC: Change Boris' email address

My @amd.com address will be invalid soon so move to private
email address.
Signed-off-by: default avatarBorislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/1351532410-4887-2-git-send-email-bp@alien8.deSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent e6d41e8c
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* detection. The mods to Rev F required more family * detection. The mods to Rev F required more family
* information detection. * information detection.
* *
* Changes/Fixes by Borislav Petkov <borislav.petkov@amd.com>: * Changes/Fixes by Borislav Petkov <bp@alien8.de>:
* - misc fixes and code cleanups * - misc fixes and code cleanups
* *
* This module is based on the following documents * This module is based on the following documents
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* 2007 (c) MontaVista Software, Inc. * 2007 (c) MontaVista Software, Inc.
* 2010 (c) Advanced Micro Devices Inc. * 2010 (c) Advanced Micro Devices Inc.
* Borislav Petkov <borislav.petkov@amd.com> * Borislav Petkov <bp@alien8.de>
* *
* This file is licensed under the terms of the GNU General Public * This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any * License version 2. This program is licensed "as is" without any
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* This file may be distributed under the terms of the GNU General Public * This file may be distributed under the terms of the GNU General Public
* License version 2. * License version 2.
* *
* Copyright (c) 2010: Borislav Petkov <borislav.petkov@amd.com> * Copyright (c) 2010: Borislav Petkov <bp@alien8.de>
* Advanced Micro Devices Inc. * Advanced Micro Devices Inc.
*/ */
...@@ -168,6 +168,6 @@ module_init(edac_init_mce_inject); ...@@ -168,6 +168,6 @@ module_init(edac_init_mce_inject);
module_exit(edac_exit_mce_inject); module_exit(edac_exit_mce_inject);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_AUTHOR("Borislav Petkov <borislav.petkov@amd.com>"); MODULE_AUTHOR("Borislav Petkov <bp@alien8.de>");
MODULE_AUTHOR("AMD Inc."); MODULE_AUTHOR("AMD Inc.");
MODULE_DESCRIPTION("MCE injection facility for testing MCE decoding"); MODULE_DESCRIPTION("MCE injection facility for testing MCE decoding");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment