projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dcd0af
)
hwmon: (emc2103) Fix typo in MODULE_PARM_DESC
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 26 May 2016 09:06:53 +0000
(11:06 +0200)
committer
Jean Delvare
<jdelvare@suse.de>
Thu, 26 May 2016 09:06:53 +0000
(11:06 +0200)
"apd" was intended here instead of "init".
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
drivers/hwmon/emc2103.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/emc2103.c
b/drivers/hwmon/emc2103.c
index 952fe692d7649a67d1dfe1d8d8c2c2ed8272a719..24e395c5907d4c549912072c3219bd24c389488e 100644
(file)
--- 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;