linux-kernel.vger.kernel.org archive mirror
 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

* Re: [lm-sensors] [patch] hwmon: (emc2103) Fix typo in MODULE_PARM_DESC
  2016-01-08 11:03 [patch] hwmon: (emc2103) Fix typo in MODULE_PARM_DESC Dan Carpenter
@ 2016-01-08 12:34 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2016-01-08 12:34 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Steve Glendinning, kernel-janitors, linux-kernel, lm-sensors

Hi Dan,

On Fri, 8 Jan 2016 14:03:21 +0300, Dan Carpenter wrote:
> "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;

Applied, thanks.

-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).