* [PATCH net-next 0/1] Update my email address in MODULE_AUTHOR
@ 2012-03-17 8:39 Richard Cochran
2012-03-17 8:39 ` [PATCH net-next 1/1] phc: Update author's email address Richard Cochran
0 siblings, 1 reply; 3+ messages in thread
From: Richard Cochran @ 2012-03-17 8:39 UTC (permalink / raw)
To: netdev; +Cc: David Miller
I keep on getting email messages saying, "I tried to email you at the
other address, but it bounces."
This patch correct my email address in four PTP related modules.
Richard Cochran (1):
phc: Update author's email address.
drivers/net/ethernet/freescale/gianfar_ptp.c | 2 +-
drivers/net/phy/dp83640.c | 2 +-
drivers/ptp/ptp_clock.c | 2 +-
drivers/ptp/ptp_ixp46x.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
1.7.2.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH net-next 1/1] phc: Update author's email address.
2012-03-17 8:39 [PATCH net-next 0/1] Update my email address in MODULE_AUTHOR Richard Cochran
@ 2012-03-17 8:39 ` Richard Cochran
2012-03-17 8:41 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Richard Cochran @ 2012-03-17 8:39 UTC (permalink / raw)
To: netdev; +Cc: David Miller
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>
---
drivers/net/ethernet/freescale/gianfar_ptp.c | 2 +-
drivers/net/phy/dp83640.c | 2 +-
drivers/ptp/ptp_clock.c | 2 +-
drivers/ptp/ptp_ixp46x.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/ethernet/freescale/gianfar_ptp.c b/drivers/net/ethernet/freescale/gianfar_ptp.c
index 83e0ed7..5fd620b 100644
--- a/drivers/net/ethernet/freescale/gianfar_ptp.c
+++ b/drivers/net/ethernet/freescale/gianfar_ptp.c
@@ -564,6 +564,6 @@ static struct platform_driver gianfar_ptp_driver = {
module_platform_driver(gianfar_ptp_driver);
-MODULE_AUTHOR("Richard Cochran <richard.cochran@omicron.at>");
+MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.com>");
MODULE_DESCRIPTION("PTP clock using the eTSEC");
MODULE_LICENSE("GPL");
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c
index ba3c591..dd7ae19 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);
diff --git a/drivers/ptp/ptp_clock.c b/drivers/ptp/ptp_clock.c
index 10451a1..f519a13 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 803d665..6f2782b 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");
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next 1/1] phc: Update author's email address.
2012-03-17 8:39 ` [PATCH net-next 1/1] phc: Update author's email address Richard Cochran
@ 2012-03-17 8:41 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2012-03-17 8:41 UTC (permalink / raw)
To: richardcochran; +Cc: netdev
From: Richard Cochran <richardcochran@gmail.com>
Date: Sat, 17 Mar 2012 09:39:29 +0100
> 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>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-17 8:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-17 8:39 [PATCH net-next 0/1] Update my email address in MODULE_AUTHOR Richard Cochran
2012-03-17 8:39 ` [PATCH net-next 1/1] phc: Update author's email address Richard Cochran
2012-03-17 8:41 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).