projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038c4bf
)
Input: cypress_ps2 - fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 19:48:06 +0000
(12:48 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 21 May 2022 19:48:39 +0000
(12:48 -0700)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link:
https://lore.kernel.org/r/20220521111145.81697-27-Julia.Lawall@inria.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/cypress_ps2.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/cypress_ps2.c
b/drivers/input/mouse/cypress_ps2.c
index 5f868009d35bb498cc7abd61da32e0461a2f3abd..d272f1ec27ba50f5adbaaea04e2f881f3715c2ca 100644
(file)
--- a/
drivers/input/mouse/cypress_ps2.c
+++ b/
drivers/input/mouse/cypress_ps2.c
@@
-696,7
+696,7
@@
int cypress_init(struct psmouse *psmouse)
err_exit:
/*
* Reset Cypress Trackpad as a standard mouse. Then
- * let psmouse driver comm
m
unicating with it as default PS2 mouse.
+ * let psmouse driver communicating with it as default PS2 mouse.
*/
cypress_reset(psmouse);