aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-02-07 05:03:07 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-02-07 05:03:07 -0500
commit37e59f876bc710d67a30b660826a5e83e07101ce (patch)
treeb0b05e22400a3e0b7d3204aca39d1429d66d690f /drivers/edac
parent4195086571d49e6ad63087621d397c4a9eddd152 (diff)
[media, edac] Change my email address
There are several left overs with my old email address. Remove their occurrences and add myself at CREDITS, to allow people to be able to reach me on my new addresses. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/edac_mc_sysfs.c2
-rw-r--r--drivers/edac/ghes_edac.c2
-rw-r--r--drivers/edac/i5400_edac.c4
-rw-r--r--drivers/edac/i7300_edac.c4
-rw-r--r--drivers/edac/i7core_edac.c4
-rw-r--r--drivers/edac/sb_edac.c4
6 files changed, 10 insertions, 10 deletions
diff --git a/drivers/edac/edac_mc_sysfs.c b/drivers/edac/edac_mc_sysfs.c
index 51c0362acf5c..3c0d67381a34 100644
--- a/drivers/edac/edac_mc_sysfs.c
+++ b/drivers/edac/edac_mc_sysfs.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * Written Doug Thompson <norsk5@xmission.com> www.softwarebitmaker.com 8 * Written Doug Thompson <norsk5@xmission.com> www.softwarebitmaker.com
9 * 9 *
10 * (c) 2012-2013 - Mauro Carvalho Chehab <mchehab@redhat.com> 10 * (c) 2012-2013 - Mauro Carvalho Chehab
11 * The entire API were re-written, and ported to use struct device 11 * The entire API were re-written, and ported to use struct device
12 * 12 *
13 */ 13 */
diff --git a/drivers/edac/ghes_edac.c b/drivers/edac/ghes_edac.c
index d5a98a45c062..8399b4e16fe0 100644
--- a/drivers/edac/ghes_edac.c
+++ b/drivers/edac/ghes_edac.c
@@ -4,7 +4,7 @@
4 * This file may be distributed under the terms of the GNU General Public 4 * This file may be distributed under the terms of the GNU General Public
5 * License version 2. 5 * License version 2.
6 * 6 *
7 * Copyright (c) 2013 by Mauro Carvalho Chehab <mchehab@redhat.com> 7 * Copyright (c) 2013 by Mauro Carvalho Chehab
8 * 8 *
9 * Red Hat Inc. http://www.redhat.com 9 * Red Hat Inc. http://www.redhat.com
10 */ 10 */
diff --git a/drivers/edac/i5400_edac.c b/drivers/edac/i5400_edac.c
index e080cbfa8fc9..f189c333f406 100644
--- a/drivers/edac/i5400_edac.c
+++ b/drivers/edac/i5400_edac.c
@@ -6,7 +6,7 @@
6 * 6 *
7 * Copyright (c) 2008 by: 7 * Copyright (c) 2008 by:
8 * Ben Woodard <woodard@redhat.com> 8 * Ben Woodard <woodard@redhat.com>
9 * Mauro Carvalho Chehab <mchehab@redhat.com> 9 * Mauro Carvalho Chehab
10 * 10 *
11 * Red Hat Inc. http://www.redhat.com 11 * Red Hat Inc. http://www.redhat.com
12 * 12 *
@@ -1467,7 +1467,7 @@ module_exit(i5400_exit);
1467 1467
1468MODULE_LICENSE("GPL"); 1468MODULE_LICENSE("GPL");
1469MODULE_AUTHOR("Ben Woodard <woodard@redhat.com>"); 1469MODULE_AUTHOR("Ben Woodard <woodard@redhat.com>");
1470MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 1470MODULE_AUTHOR("Mauro Carvalho Chehab");
1471MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 1471MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)");
1472MODULE_DESCRIPTION("MC Driver for Intel I5400 memory controllers - " 1472MODULE_DESCRIPTION("MC Driver for Intel I5400 memory controllers - "
1473 I5400_REVISION); 1473 I5400_REVISION);
diff --git a/drivers/edac/i7300_edac.c b/drivers/edac/i7300_edac.c
index d63f4798f7d0..aea80a5e2bba 100644
--- a/drivers/edac/i7300_edac.c
+++ b/drivers/edac/i7300_edac.c
@@ -5,7 +5,7 @@
5 * GNU General Public License version 2 only. 5 * GNU General Public License version 2 only.
6 * 6 *
7 * Copyright (c) 2010 by: 7 * Copyright (c) 2010 by:
8 * Mauro Carvalho Chehab <mchehab@redhat.com> 8 * Mauro Carvalho Chehab
9 * 9 *
10 * Red Hat Inc. http://www.redhat.com 10 * Red Hat Inc. http://www.redhat.com
11 * 11 *
@@ -1207,7 +1207,7 @@ module_init(i7300_init);
1207module_exit(i7300_exit); 1207module_exit(i7300_exit);
1208 1208
1209MODULE_LICENSE("GPL"); 1209MODULE_LICENSE("GPL");
1210MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 1210MODULE_AUTHOR("Mauro Carvalho Chehab");
1211MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 1211MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)");
1212MODULE_DESCRIPTION("MC Driver for Intel I7300 memory controllers - " 1212MODULE_DESCRIPTION("MC Driver for Intel I7300 memory controllers - "
1213 I7300_REVISION); 1213 I7300_REVISION);
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index 87533ca7752e..40a228da4547 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -9,7 +9,7 @@
9 * GNU General Public License version 2 only. 9 * GNU General Public License version 2 only.
10 * 10 *
11 * Copyright (c) 2009-2010 by: 11 * Copyright (c) 2009-2010 by:
12 * Mauro Carvalho Chehab <mchehab@redhat.com> 12 * Mauro Carvalho Chehab
13 * 13 *
14 * Red Hat Inc. http://www.redhat.com 14 * Red Hat Inc. http://www.redhat.com
15 * 15 *
@@ -2456,7 +2456,7 @@ module_init(i7core_init);
2456module_exit(i7core_exit); 2456module_exit(i7core_exit);
2457 2457
2458MODULE_LICENSE("GPL"); 2458MODULE_LICENSE("GPL");
2459MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 2459MODULE_AUTHOR("Mauro Carvalho Chehab");
2460MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 2460MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)");
2461MODULE_DESCRIPTION("MC Driver for Intel i7 Core memory controllers - " 2461MODULE_DESCRIPTION("MC Driver for Intel i7 Core memory controllers - "
2462 I7CORE_REVISION); 2462 I7CORE_REVISION);
diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c
index 54e2abe671f7..3fa13dbf2859 100644
--- a/drivers/edac/sb_edac.c
+++ b/drivers/edac/sb_edac.c
@@ -7,7 +7,7 @@
7 * GNU General Public License version 2 only. 7 * GNU General Public License version 2 only.
8 * 8 *
9 * Copyright (c) 2011 by: 9 * Copyright (c) 2011 by:
10 * Mauro Carvalho Chehab <mchehab@redhat.com> 10 * Mauro Carvalho Chehab
11 */ 11 */
12 12
13#include <linux/module.h> 13#include <linux/module.h>
@@ -2176,7 +2176,7 @@ module_param(edac_op_state, int, 0444);
2176MODULE_PARM_DESC(edac_op_state, "EDAC Error Reporting state: 0=Poll,1=NMI"); 2176MODULE_PARM_DESC(edac_op_state, "EDAC Error Reporting state: 0=Poll,1=NMI");
2177 2177
2178MODULE_LICENSE("GPL"); 2178MODULE_LICENSE("GPL");
2179MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 2179MODULE_AUTHOR("Mauro Carvalho Chehab");
2180MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); 2180MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)");
2181MODULE_DESCRIPTION("MC Driver for Intel Sandy Bridge and Ivy Bridge memory controllers - " 2181MODULE_DESCRIPTION("MC Driver for Intel Sandy Bridge and Ivy Bridge memory controllers - "
2182 SBRIDGE_REVISION); 2182 SBRIDGE_REVISION);