aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvind R <arvino55@gmail.com>2011-01-21 12:43:37 -0500
committerJiri Kosina <jkosina@suse.cz>2011-01-24 10:17:51 -0500
commit25527885e335a6da18bc9d043c3fd589280d120f (patch)
tree9c026aaae6b8d75b0e6ed85dfe3765fbc0dc06b7
parentb8d6568a122ab7bd47b151ff9f9a40cebea579c0 (diff)
edac: i82975x author/maintainer email address change
edac-i82975x author/maintainer email address change Signed-off-by: Arvind R. <arvino55@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--MAINTAINERS2
-rw-r--r--drivers/edac/i82975x_edac.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3dd5c6fce989..b28084d37035 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2334,7 +2334,7 @@ F: include/linux/edac_mce.h
2334 2334
2335EDAC-I82975X 2335EDAC-I82975X
2336M: Ranganathan Desikan <ravi@jetztechnologies.com> 2336M: Ranganathan Desikan <ravi@jetztechnologies.com>
2337M: "Arvind R." <arvind@jetztechnologies.com> 2337M: "Arvind R." <arvino55@gmail.com>
2338L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2338L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2339W: bluesmoke.sourceforge.net 2339W: bluesmoke.sourceforge.net
2340S: Maintained 2340S: Maintained
diff --git a/drivers/edac/i82975x_edac.c b/drivers/edac/i82975x_edac.c
index 3218819b7286..5e3acb4eecc9 100644
--- a/drivers/edac/i82975x_edac.c
+++ b/drivers/edac/i82975x_edac.c
@@ -664,7 +664,7 @@ module_init(i82975x_init);
664module_exit(i82975x_exit); 664module_exit(i82975x_exit);
665 665
666MODULE_LICENSE("GPL"); 666MODULE_LICENSE("GPL");
667MODULE_AUTHOR("Arvind R. <arvind@acarlab.com>"); 667MODULE_AUTHOR("Arvind R. <arvino55@gmail.com>");
668MODULE_DESCRIPTION("MC support for Intel 82975 memory hub controllers"); 668MODULE_DESCRIPTION("MC support for Intel 82975 memory hub controllers");
669 669
670module_param(edac_op_state, int, 0444); 670module_param(edac_op_state, int, 0444);