aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-03-16 22:39:29 +0000
committerDavid S. Miller <davem@davemloft.net>2012-03-17 01:41:43 -0700
commitc2ec3ff6b8712f5d951927d7774c805fe3270caa (patch)
tree99245281ae8c686cf6ee5b63dd6e387d2748c7a5 /drivers/net/phy
parenteni: fix driver remove function and driver probe error path. (diff)
downloadlinux-dev-c2ec3ff6b8712f5d951927d7774c805fe3270caa.tar.xz
linux-dev-c2ec3ff6b8712f5d951927d7774c805fe3270caa.zip
phc: Update author's email address.
This commit brings the author email address macros up to date for four modules in the PTP Hardware Clock subsystem. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/dp83640.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c
index ba3c59147aa7..dd7ae19579d1 100644
--- a/drivers/net/phy/dp83640.c
+++ b/drivers/net/phy/dp83640.c
@@ -1243,7 +1243,7 @@ static void __exit dp83640_exit(void)
}
MODULE_DESCRIPTION("National Semiconductor DP83640 PHY driver");
-MODULE_AUTHOR("Richard Cochran <richard.cochran@omicron.at>");
+MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.at>");
MODULE_LICENSE("GPL");
module_init(dp83640_init);