aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2016-05-26 11:06:53 +0200
committerJean Delvare <jdelvare@suse.de>2016-05-26 11:06:53 +0200
commit54f0ffc4e249b7f7e7fffb10c83e8de99aca839c (patch)
tree355069176980e9a4ed3848d40f847a27483fa3d9 /drivers/hwmon
parentLinux 4.6 (diff)
downloadlinux-dev-54f0ffc4e249b7f7e7fffb10c83e8de99aca839c.tar.xz
linux-dev-54f0ffc4e249b7f7e7fffb10c83e8de99aca839c.zip
hwmon: (emc2103) Fix typo in MODULE_PARM_DESC
"apd" was intended here instead of "init". Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/emc2103.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/emc2103.c b/drivers/hwmon/emc2103.c
index 952fe692d764..24e395c5907d 100644
--- a/drivers/hwmon/emc2103.c
+++ b/drivers/hwmon/emc2103.c
@@ -58,7 +58,7 @@ static const u8 REG_TEMP_MAX[4] = { 0x34, 0x30, 0x31, 0x32 };
*/
static int apd = -1;
module_param(apd, bint, 0);
-MODULE_PARM_DESC(init, "Set to zero to disable anti-parallel diode mode");
+MODULE_PARM_DESC(apd, "Set to zero to disable anti-parallel diode mode");
struct temperature {
s8 degrees;