diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-07-03 13:32:53 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-07-03 13:32:53 +0200 |
commit | 7958e3b45dd03bf4bc35b3ec97b8a9a4d6c616a5 (patch) | |
tree | b4745a55e7d207ed85234ba29de91217efbde86e /drivers/hwmon/sch5627.c | |
parent | b6b2a1e8068684baf67307a994180976b7c443ed (diff) | |
download | linux-3.10-7958e3b45dd03bf4bc35b3ec97b8a9a4d6c616a5.tar.gz linux-3.10-7958e3b45dd03bf4bc35b3ec97b8a9a4d6c616a5.tar.bz2 linux-3.10-7958e3b45dd03bf4bc35b3ec97b8a9a4d6c616a5.zip |
hwmon: Use <> rather than () around my e-mail address
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/sch5627.c')
-rw-r--r-- | drivers/hwmon/sch5627.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sch5627.c b/drivers/hwmon/sch5627.c index 020c87273ea..3494a4cce41 100644 --- a/drivers/hwmon/sch5627.c +++ b/drivers/hwmon/sch5627.c @@ -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); |