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:	Tue, 9 Sep 2014 11:23:57 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	linux-kernel@...r.kernel.org, broonie@...nel.org,
	linux-input@...r.kernel.org, lrg@...mlogic.co.uk,
	rdunlap@...radead.org
Subject: Re: [PATCH] Input:wm971x: Fix typo in module param description of
 wm971[23].c

On Tue, Sep 09, 2014 at 08:02:48PM +0900, Masanari Iida wrote:
> This patch fix spelling typo in module parameter
> description of wm9712.c and wm9713.c
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>

Applied, thank you.

> ---
>  drivers/input/touchscreen/wm9712.c | 2 +-
>  drivers/input/touchscreen/wm9713.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/input/touchscreen/wm9712.c b/drivers/input/touchscreen/wm9712.c
> index 16b5211..705ffa1 100644
> --- a/drivers/input/touchscreen/wm9712.c
> +++ b/drivers/input/touchscreen/wm9712.c
> @@ -41,7 +41,7 @@
>   */
>  static int rpu = 8;
>  module_param(rpu, int, 0);
> -MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect.");
> +MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect.");
>  
>  /*
>   * Set current used for pressure measurement.
> diff --git a/drivers/input/touchscreen/wm9713.c b/drivers/input/touchscreen/wm9713.c
> index 7405353..572a5a6 100644
> --- a/drivers/input/touchscreen/wm9713.c
> +++ b/drivers/input/touchscreen/wm9713.c
> @@ -41,7 +41,7 @@
>   */
>  static int rpu = 8;
>  module_param(rpu, int, 0);
> -MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect.");
> +MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect.");
>  
>  /*
>   * Set current used for pressure measurement.
> -- 
> 2.1.0.60.g85f0837
> 

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ