Input: ams_delta_serio - fix spelling mistake: "paritiy" -> "parity"
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>
This commit is contained in:
parent
660c5a6cd5
commit
3c45b026db
@ -56,7 +56,7 @@ static int check_data(int data)
|
|||||||
/* it should be odd */
|
/* it should be odd */
|
||||||
if (!(parity & 0x01)) {
|
if (!(parity & 0x01)) {
|
||||||
dev_warn(&ams_delta_serio->dev,
|
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);
|
data, parity);
|
||||||
return SERIO_PARITY;
|
return SERIO_PARITY;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user