Thread (3 messages) 3 messages, 3 authors, 2016-06-23

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

From: Colin King <hidden>
Date: 2016-06-23 09:58:44
Also in: linux-input, linux-tegra
Subsystem: input (keyboard, mouse, joystick, touchscreen) drivers, tegra kbc driver, the rest · Maintainers: Dmitry Torokhov, Laxman Dewangan, Linus Torvalds

From: Colin Ian King <redacted>

trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help