From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Colin King <colin.king@canonical.com>
Cc: Jeffrey Lin <jeffrey.lin@rad-ic.com>,
Guenter Roeck <groeck@chromium.org>,
Rob Herring <robh@kernel.org>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message
Date: Wed, 16 Nov 2016 17:20:14 -0800 [thread overview]
Message-ID: <20161117012014.GC8133@dtor-ws> (raw)
In-Reply-To: <20161116184030.10486-1-colin.king@canonical.com>
On Wed, Nov 16, 2016 at 06:40:30PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake "failied" to "failed" in
> dev_err message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied, thank you.
> ---
> drivers/input/touchscreen/raydium_i2c_ts.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/touchscreen/raydium_i2c_ts.c b/drivers/input/touchscreen/raydium_i2c_ts.c
> index a99fb5c..2658afa 100644
> --- a/drivers/input/touchscreen/raydium_i2c_ts.c
> +++ b/drivers/input/touchscreen/raydium_i2c_ts.c
> @@ -669,7 +669,7 @@ static int raydium_i2c_do_update_firmware(struct raydium_data *ts,
>
> if (ts->boot_mode == RAYDIUM_TS_MAIN) {
> dev_err(&client->dev,
> - "failied to jump to boot loader: %d\n",
> + "failed to jump to boot loader: %d\n",
> error);
> return -EIO;
> }
> --
> 2.10.2
>
--
Dmitry
prev parent reply other threads:[~2016-11-17 1:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-16 18:40 [PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message Colin King
2016-11-17 1:20 ` 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=20161117012014.GC8133@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=colin.king@canonical.com \
--cc=groeck@chromium.org \
--cc=jeffrey.lin@rad-ic.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.