forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
126a3fd
commit c2ec3ff
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |