Input: ams_delta_serio - fix spelling mistake: "paritiy" -> "parity"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jun 2016 16:56:27 +0000 (09:56 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 23 Jun 2016 17:43:59 +0000 (10:43 -0700)
trivial fix to spelling mistake in dev_warn message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/ams_delta_serio.c

index 45887e31242acf6843692764f45b77aa929ccaa2..3df501c3421b6755981b58f38439f71bfa157070 100644 (file)
@@ -56,7 +56,7 @@ static int check_data(int data)
        /* it should be odd */
        if (!(parity & 0x01)) {
                dev_warn(&ams_delta_serio->dev,
-                               "paritiy check failed, data=0x%X parity=0x%X\n",
+                               "parity check failed, data=0x%X parity=0x%X\n",
                                data, parity);
                return SERIO_PARITY;
        }
This page took 0.026306 seconds and 5 git commands to generate.