Skip to content

Commit

Permalink
hwmon: Use <> rather than () around my e-mail address
Browse files Browse the repository at this point in the history
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
jwrdegoede authored and Jean Delvare committed Jul 3, 2011
1 parent b6b2a1e commit 7958e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/hwmon/f71882fg.c
Expand Up @@ -2662,7 +2662,7 @@ static void __exit f71882fg_exit(void)
}

MODULE_DESCRIPTION("F71882FG Hardware Monitoring Driver");
MODULE_AUTHOR("Hans Edgington, Hans de Goede (hdegoede@redhat.com)");
MODULE_AUTHOR("Hans Edgington, Hans de Goede <hdegoede@redhat.com>");
MODULE_LICENSE("GPL");

module_init(f71882fg_init);
Expand Down
2 changes: 1 addition & 1 deletion drivers/hwmon/sch5627.c
Expand Up @@ -887,7 +887,7 @@ static void __exit sch5627_exit(void)
}

MODULE_DESCRIPTION("SMSC SCH5627 Hardware Monitoring Driver");
MODULE_AUTHOR("Hans de Goede (hdegoede@redhat.com)");
MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
MODULE_LICENSE("GPL");

module_init(sch5627_init);
Expand Down

0 comments on commit 7958e3b

Please sign in to comment.