diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-03-16 22:39:29 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-17 01:41:43 -0700 |
commit | c2ec3ff6b8712f5d951927d7774c805fe3270caa (patch) | |
tree | 99245281ae8c686cf6ee5b63dd6e387d2748c7a5 /drivers/ptp | |
parent | 126a3fd251b244eabd9ab9dcb32b8b6f999c1b91 (diff) |
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/ptp')
-rw-r--r-- | drivers/ptp/ptp_clock.c | 2 | ||||
-rw-r--r-- | drivers/ptp/ptp_ixp46x.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ptp/ptp_clock.c b/drivers/ptp/ptp_clock.c index 10451a15e828..f519a131238d 100644 --- a/drivers/ptp/ptp_clock.c +++ b/drivers/ptp/ptp_clock.c @@ -340,6 +340,6 @@ no_region: subsys_initcall(ptp_init); module_exit(ptp_exit); -MODULE_AUTHOR("Richard Cochran <richard.cochran@omicron.at>"); +MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.com>"); MODULE_DESCRIPTION("PTP clocks support"); MODULE_LICENSE("GPL"); diff --git a/drivers/ptp/ptp_ixp46x.c b/drivers/ptp/ptp_ixp46x.c index 803d665b15ef..6f2782bb5f41 100644 --- a/drivers/ptp/ptp_ixp46x.c +++ b/drivers/ptp/ptp_ixp46x.c @@ -327,6 +327,6 @@ no_master: module_init(ptp_ixp_init); module_exit(ptp_ixp_exit); -MODULE_AUTHOR("Richard Cochran <richard.cochran@omicron.at>"); +MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.com>"); MODULE_DESCRIPTION("PTP clock using the IXP46X timer"); MODULE_LICENSE("GPL"); |