Skip to content

Commit

Permalink
phc: Update author's email address.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
richardcochran authored and davem330 committed Mar 17, 2012
1 parent 126a3fd commit c2ec3ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/freescale/gianfar_ptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,6 @@ static struct platform_driver gianfar_ptp_driver = {

module_platform_driver(gianfar_ptp_driver);

MODULE_AUTHOR("Richard Cochran <[email protected]>");
MODULE_AUTHOR("Richard Cochran <[email protected]>");
MODULE_DESCRIPTION("PTP clock using the eTSEC");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/net/phy/dp83640.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/ptp/ptp_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,6 @@ static int __init ptp_init(void)
subsys_initcall(ptp_init);
module_exit(ptp_exit);

MODULE_AUTHOR("Richard Cochran <[email protected]>");
MODULE_AUTHOR("Richard Cochran <[email protected]>");
MODULE_DESCRIPTION("PTP clocks support");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/ptp/ptp_ixp46x.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,6 @@ static int __init ptp_ixp_init(void)
module_init(ptp_ixp_init);
module_exit(ptp_ixp_exit);

MODULE_AUTHOR("Richard Cochran <[email protected]>");
MODULE_AUTHOR("Richard Cochran <[email protected]>");
MODULE_DESCRIPTION("PTP clock using the IXP46X timer");
MODULE_LICENSE("GPL");

0 comments on commit c2ec3ff

Please sign in to comment.