projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660c5a6
)
Input: ams_delta_serio - fix spelling mistake: "paritiy" -> "parity"
author
Colin Ian King
<
[email protected]
>
Thu, 23 Jun 2016 16:56:27 +0000
(09:56 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/serio/ams_delta_serio.c
patch
|
blob
|
history
diff --git
a/drivers/input/serio/ams_delta_serio.c
b/drivers/input/serio/ams_delta_serio.c
index 45887e31242acf6843692764f45b77aa929ccaa2..3df501c3421b6755981b58f38439f71bfa157070 100644
(file)
--- a/
drivers/input/serio/ams_delta_serio.c
+++ b/
drivers/input/serio/ams_delta_serio.c
@@
-56,7
+56,7
@@
static int check_data(int data)
/* it should be odd */
if (!(parity & 0x01)) {
dev_warn(&ams_delta_serio->dev,
- "parit
i
y check failed, data=0x%X parity=0x%X\n",
+ "parity check failed, data=0x%X parity=0x%X\n",
data, parity);
return SERIO_PARITY;
}