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


Groups > linux.kernel > #1429642

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

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] input: tegra-kbc: fix spelling mistake: "porperly" -> "properly"
Date 2016-06-23 12:00 +0200
Message-ID <rN9At-86a-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[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

csiph-web