public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] hwmon: (emc2103) Fix typo in MODULE_PARM_DESC
@ 2016-01-08 11:03 Dan Carpenter
  2016-01-08 12:34 ` [lm-sensors] " Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2016-01-08 11:03 UTC (permalink / raw)
  To: Steve Glendinning
  Cc: Jean Delvare, Guenter Roeck, lm-sensors, linux-kernel,
	kernel-janitors

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

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/hwmon/emc2103.c b/drivers/hwmon/emc2103.c
index 952fe69..24e395c 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;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-08 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08 11:03 [patch] hwmon: (emc2103) Fix typo in MODULE_PARM_DESC Dan Carpenter
2016-01-08 12:34 ` [lm-sensors] " Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox