Skip to content

Commit fabcf4d

Browse files
JuliaLawalldtor
authored andcommitted
Input: cypress_ps2 - fix typo in comment
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>
1 parent 038c4bf commit fabcf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/mouse/cypress_ps2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ int cypress_init(struct psmouse *psmouse)
696696
err_exit:
697697
/*
698698
* Reset Cypress Trackpad as a standard mouse. Then
699-
* let psmouse driver commmunicating with it as default PS2 mouse.
699+
* let psmouse driver communicating with it as default PS2 mouse.
700700
*/
701701
cypress_reset(psmouse);
702702

0 commit comments

Comments
 (0)