Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Dmitry Torokhov
fabcf4d8 038c4bf8

+1 -1
+1 -1
drivers/input/mouse/cypress_ps2.c
··· 696 696 err_exit: 697 697 /* 698 698 * 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. 700 700 */ 701 701 cypress_reset(psmouse); 702 702