linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Masanari Iida <standby24x7@gmail.com>
Cc: linux-kernel@vger.kernel.org, broonie@kernel.org,
	linux-input@vger.kernel.org, lrg@slimlogic.co.uk,
	rdunlap@infradead.org
Subject: Re: [PATCH] Input:wm971x: Fix typo in module param description of wm971[23].c
Date: Tue, 9 Sep 2014 11:23:57 -0700	[thread overview]
Message-ID: <20140909182357.GC28774@core.coreip.homeip.net> (raw)
In-Reply-To: <1410260568-13955-1-git-send-email-standby24x7@gmail.com>

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

      reply	other threads:[~2014-09-09 18:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09 11:02 [PATCH] Input:wm971x: Fix typo in module param description of wm971[23].c Masanari Iida
2014-09-09 18:23 ` Dmitry Torokhov [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=20140909182357.GC28774@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=broonie@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=rdunlap@infradead.org \
    --cc=standby24x7@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).