platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	hdegoede@redhat.com, dmitry.torokhov@gmail.com,
	rydberg@bitmath.org, linux-input@vger.kernel.org,
	platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Input: Fix a typo
Date: Sun, 21 Mar 2021 20:00:53 -0700	[thread overview]
Message-ID: <713df31a-32a5-e2ec-25d1-79fe14c09a31@infradead.org> (raw)
In-Reply-To: <20210322022030.3857089-1-unixbhaskar@gmail.com>

On 3/21/21 7:20 PM, Bhaskar Chowdhury wrote:
> 
> s/subsytem/subsystem/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/input/touchscreen/silead.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c
> index 8fa2f3b7cfd8..32725d7422de 100644
> --- a/drivers/input/touchscreen/silead.c
> +++ b/drivers/input/touchscreen/silead.c
> @@ -486,7 +486,7 @@ static int silead_ts_probe(struct i2c_client *client,
> 
>  	silead_ts_read_props(client);
> 
> -	/* We must have the IRQ provided by DT or ACPI subsytem */
> +	/* We must have the IRQ provided by DT or ACPI subsystem */
>  	if (client->irq <= 0)
>  		return -ENODEV;
> 
> --


-- 
~Randy


  reply	other threads:[~2021-03-22  3:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-22  2:20 [PATCH] Input: Fix a typo Bhaskar Chowdhury
2021-03-22  3:00 ` Randy Dunlap [this message]
2021-03-22  3:32 ` Dmitry Torokhov

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=713df31a-32a5-e2ec-25d1-79fe14c09a31@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=rydberg@bitmath.org \
    --cc=unixbhaskar@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).