Skip to content

Commit

Permalink
drivers: Clean up duplicated email address
Browse files Browse the repository at this point in the history
My email address may be found in the git commit logs and in MAINTAINERS.
Remove duplicate addresses so they won't have to be kept up-to-date.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Finn Thain authored and Jiri Kosina committed Mar 24, 2017
1 parent 0ba42a5 commit d0c2c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/macintosh/via-macii.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* 1999-08-02 (jmt) - Initial rewrite for Unified ADB.
* 2000-03-29 Tony Mantler <tonym@mac.linux-m68k.org>
* - Big overhaul, should actually work now.
* 2006-12-31 Finn Thain <fthain@telegraphics.com.au> - Another overhaul.
* 2006-12-31 Finn Thain - Another overhaul.
*
* Suggested reading:
* Inside Macintosh, ch. 5 ADB Manager
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/mac_esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ static void __exit mac_esp_exit(void)
}

MODULE_DESCRIPTION("Mac ESP SCSI driver");
MODULE_AUTHOR("Finn Thain <fthain@telegraphics.com.au>");
MODULE_AUTHOR("Finn Thain");
MODULE_LICENSE("GPL v2");
MODULE_VERSION(DRV_VERSION);
MODULE_ALIAS("platform:" DRV_MODULE_NAME);
Expand Down

0 comments on commit d0c2c26

Please sign in to comment.