Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 660c5a6c authored by Colin Ian King's avatar Colin Ian King Committed by Dmitry Torokhov
Browse files

Input: tegra-kbc - fix spelling mistake: "porperly" -> "properly"



trivial fix to spelling mistake in dev_err message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 98f27d96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}