lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 8 Jan 2016 13:34:17 +0100
From:	Jean Delvare <jdelvare@...e.de>
To:	Dan Carpenter <dan.carpenter@...cle.com>
Cc:	Steve Glendinning <steve.glendinning@...well.net>,
	kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
	lm-sensors@...sensors.org
Subject: Re: [lm-sensors] [patch] hwmon: (emc2103) Fix typo in
 MODULE_PARM_DESC

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@...cle.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ