EDAC: Change Boris' email address

My @amd.com address will be invalid soon so move to private
email address.

Signed-off-by: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/1351532410-4887-2-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
Borislav Petkov 2012-10-29 18:40:09 +01:00 committed by Ingo Molnar
parent e6d41e8c69
commit 43aff26ce1
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -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);
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");