Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1523744 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-11-16 19:50 +0100 |
| Last post | 2016-11-17 02:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message Colin King <colin.king@canonical.com> - 2016-11-16 19:50 +0100
Re: [PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-11-17 02:30 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-16 19:50 +0100 |
| Subject | [PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message |
| Message-ID | <sEdrs-6BG-17@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2016-11-17 02:30 +0100 |
| Subject | Re: [PATCH] input: raydium_i2c_ts: fix spelling mistake in dev_err message |
| Message-ID | <sEjGy-2gG-23@gated-at.bofh.it> |
| In reply to | #1523744 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web