Skip to content
Snippets Groups Projects
Commit 54f0ffc4 authored by Dan Carpenter's avatar Dan Carpenter Committed by Jean Delvare
Browse files

hwmon: (emc2103) Fix typo in MODULE_PARM_DESC


"apd" was intended here instead of "init".

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
parent 2dcd0af5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment