aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r--drivers/hwmon/it87.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c
index d50dc3a763a5..70749fc15a4f 100644
--- a/drivers/hwmon/it87.c
+++ b/drivers/hwmon/it87.c
@@ -27,7 +27,7 @@
27 * Sis950 A clone of the IT8705F 27 * Sis950 A clone of the IT8705F
28 * 28 *
29 * Copyright (C) 2001 Chris Gauthron 29 * Copyright (C) 2001 Chris Gauthron
30 * Copyright (C) 2005-2010 Jean Delvare <khali@linux-fr.org> 30 * Copyright (C) 2005-2010 Jean Delvare <jdelvare@suse.de>
31 * 31 *
32 * This program is free software; you can redistribute it and/or modify 32 * This program is free software; you can redistribute it and/or modify
33 * it under the terms of the GNU General Public License as published by 33 * it under the terms of the GNU General Public License as published by
@@ -2688,7 +2688,7 @@ static void __exit sm_it87_exit(void)
2688} 2688}
2689 2689
2690 2690
2691MODULE_AUTHOR("Chris Gauthron, Jean Delvare <khali@linux-fr.org>"); 2691MODULE_AUTHOR("Chris Gauthron, Jean Delvare <jdelvare@suse.de>");
2692MODULE_DESCRIPTION("IT8705F/IT871xF/IT872xF hardware monitoring driver"); 2692MODULE_DESCRIPTION("IT8705F/IT871xF/IT872xF hardware monitoring driver");
2693module_param(update_vbat, bool, 0); 2693module_param(update_vbat, bool, 0);
2694MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value"); 2694MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value");