Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291574
b: refs/heads/master
c: 81a430a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 17, 2012
1 parent d55c19d commit 4b1026b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 729739b754affa482e92fa7836e4066096089d11
refs/heads/master: 81a430ac1b88b0702c57d2513e247317e810e04d
2 changes: 1 addition & 1 deletion trunk/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 <richard.cochran@omicron.at>");
MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.com>");
MODULE_DESCRIPTION("PTP clock using the eTSEC");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 <richard.cochran@omicron.at>");
MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.com>");
MODULE_DESCRIPTION("PTP clocks support");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion trunk/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 <richard.cochran@omicron.at>");
MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.com>");
MODULE_DESCRIPTION("PTP clock using the IXP46X timer");
MODULE_LICENSE("GPL");

0 comments on commit 4b1026b

Please sign in to comment.