Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1429642 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-06-23 12:00 +0200 |
| Last post | 2016-06-23 19:00 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly" Colin King <colin.king@canonical.com> - 2016-06-23 12:00 +0200
Re: [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly" Thierry Reding <thierry.reding@gmail.com> - 2016-06-23 17:50 +0200
Re: [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly" Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-06-23 19:00 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-06-23 12:00 +0200 |
| Subject | [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly" |
| Message-ID | <rN9At-86a-1@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
trivial fix to spelling mistake in dev_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/input/keyboard/tegra-kbc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/tegra-kbc.c b/drivers/input/keyboard/tegra-kbc.c
index acc5394..7d61439 100644
--- a/drivers/input/keyboard/tegra-kbc.c
+++ b/drivers/input/keyboard/tegra-kbc.c
@@ -552,7 +552,7 @@ static int tegra_kbc_parse_dt(struct tegra_kbc *kbc)
if (!num_rows || !num_cols || ((num_rows + num_cols) > KBC_MAX_GPIO)) {
dev_err(kbc->dev,
- "keypad rows/columns not porperly specified\n");
+ "keypad rows/columns not properly specified\n");
return -EINVAL;
}
--
2.8.1
[toc] | [next] | [standalone]
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Date | 2016-06-23 17:50 +0200 |
| Subject | Re: [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly" |
| Message-ID | <rNf3c-3EH-9@gated-at.bofh.it> |
| In reply to | #1429642 |
[Multipart message — attachments visible in raw view] — view raw
On Thu, Jun 23, 2016 at 10:58:27AM +0100, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > trivial fix to spelling mistake in dev_err message > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > drivers/input/keyboard/tegra-kbc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Thierry Reding <treding@nvidia.com>
[toc] | [prev] | [next] | [standalone]
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2016-06-23 19:00 +0200 |
| Subject | Re: [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly" |
| Message-ID | <rNg8V-4lU-9@gated-at.bofh.it> |
| In reply to | #1429936 |
On Thu, Jun 23, 2016 at 05:48:04PM +0200, Thierry Reding wrote: > On Thu, Jun 23, 2016 at 10:58:27AM +0100, Colin King wrote: > > From: Colin Ian King <colin.king@canonical.com> > > > > trivial fix to spelling mistake in dev_err message > > > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > > --- > > drivers/input/keyboard/tegra-kbc.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Thierry Reding <treding@nvidia.com> Applied, thank you. -- Dmitry
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web