aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7300_edac.c
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/i7300_edac.c
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/i7300_edac.c')
-rw-r--r--drivers/edac/i7300_edac.c4
1 files changed, 2 insertions, 2 deletions
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);