diff options
Diffstat (limited to 'drivers/hwmon/emc6w201.c')
-rw-r--r-- | drivers/hwmon/emc6w201.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/emc6w201.c b/drivers/hwmon/emc6w201.c index 82e661e8241b..f76a74cb6dc4 100644 --- a/drivers/hwmon/emc6w201.c +++ b/drivers/hwmon/emc6w201.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * emc6w201.c - Hardware monitoring driver for the SMSC EMC6W201 | 2 | * emc6w201.c - Hardware monitoring driver for the SMSC EMC6W201 |
3 | * Copyright (C) 2011 Jean Delvare <khali@linux-fr.org> | 3 | * Copyright (C) 2011 Jean Delvare <jdelvare@suse.de> |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -548,6 +548,6 @@ static struct i2c_driver emc6w201_driver = { | |||
548 | 548 | ||
549 | module_i2c_driver(emc6w201_driver); | 549 | module_i2c_driver(emc6w201_driver); |
550 | 550 | ||
551 | MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); | 551 | MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>"); |
552 | MODULE_DESCRIPTION("SMSC EMC6W201 hardware monitoring driver"); | 552 | MODULE_DESCRIPTION("SMSC EMC6W201 hardware monitoring driver"); |
553 | MODULE_LICENSE("GPL"); | 553 | MODULE_LICENSE("GPL"); |