Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Borislav Petkov and committed by
Ingo Molnar
43aff26c e6d41e8c

+4 -4
+1 -1
drivers/edac/amd64_edac.h
··· 33 33 * detection. The mods to Rev F required more family 34 34 * information detection. 35 35 * 36 - * Changes/Fixes by Borislav Petkov <borislav.petkov@amd.com>: 36 + * Changes/Fixes by Borislav Petkov <bp@alien8.de>: 37 37 * - misc fixes and code cleanups 38 38 * 39 39 * This module is based on the following documents
+1 -1
drivers/edac/edac_stub.c
··· 5 5 * 6 6 * 2007 (c) MontaVista Software, Inc. 7 7 * 2010 (c) Advanced Micro Devices Inc. 8 - * Borislav Petkov <borislav.petkov@amd.com> 8 + * Borislav Petkov <bp@alien8.de> 9 9 * 10 10 * This file is licensed under the terms of the GNU General Public 11 11 * License version 2. This program is licensed "as is" without any
+2 -2
drivers/edac/mce_amd_inj.c
··· 6 6 * This file may be distributed under the terms of the GNU General Public 7 7 * License version 2. 8 8 * 9 - * Copyright (c) 2010: Borislav Petkov <borislav.petkov@amd.com> 9 + * Copyright (c) 2010: Borislav Petkov <bp@alien8.de> 10 10 * Advanced Micro Devices Inc. 11 11 */ 12 12 ··· 168 168 module_exit(edac_exit_mce_inject); 169 169 170 170 MODULE_LICENSE("GPL"); 171 - MODULE_AUTHOR("Borislav Petkov <borislav.petkov@amd.com>"); 171 + MODULE_AUTHOR("Borislav Petkov <bp@alien8.de>"); 172 172 MODULE_AUTHOR("AMD Inc."); 173 173 MODULE_DESCRIPTION("MCE injection facility for testing MCE decoding");