Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429642 > unrolled thread

[PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly"

Started byColin King <colin.king@canonical.com>
First post2016-06-23 12:00 +0200
Last post2016-06-23 19:00 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1429642 — [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly"

FromColin King <colin.king@canonical.com>
Date2016-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]


#1429936 — Re: [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly"

FromThierry Reding <thierry.reding@gmail.com>
Date2016-06-23 17:50 +0200
SubjectRe: [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]


#1429984 — Re: [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly"

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2016-06-23 19:00 +0200
SubjectRe: [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