public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare@suse.de>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Steve Glendinning <steve.glendinning@shawell.net>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	lm-sensors@lm-sensors.org
Subject: Re: [lm-sensors] [patch] hwmon: (emc2103) Fix typo in MODULE_PARM_DESC
Date: Fri, 08 Jan 2016 12:34:17 +0000	[thread overview]
Message-ID: <20160108133417.3312f22f@endymion.delvare> (raw)
In-Reply-To: <20160108110321.GK32195@mwanda>

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

      reply	other threads:[~2016-01-08 12:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-08 11:03 [patch] hwmon: (emc2103) Fix typo in MODULE_PARM_DESC Dan Carpenter
2016-01-08 12:34 ` Jean Delvare [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160108133417.3312f22f@endymion.delvare \
    --to=jdelvare@suse.de \
    --cc=dan.carpenter@oracle.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=steve.glendinning@shawell.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox