* [PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message
@ 2016-11-16 18:40 Colin King
2016-11-17 1:20 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-11-16 18:40 UTC (permalink / raw)
To: Dmitry Torokhov, Jeffrey Lin, Guenter Roeck, Rob Herring,
linux-input
Cc: linux-kernel
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message
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
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2016-11-17 1:20 UTC (permalink / raw)
To: Colin King
Cc: Jeffrey Lin, Guenter Roeck, Rob Herring, linux-input,
linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-17 1:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).