Input: tegra-kbc - fix spelling mistake: "porperly" -> "properly"
[cascardo/linux.git] / drivers / input / keyboard / tegra-kbc.c
index acc5394..7d61439 100644 (file)
@@ -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;
        }