aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 12:48:06 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-05-21 12:48:39 -0700
commitfabcf4d8696839a8da8a3f90d1fd30ae923ddde7 (patch)
tree88fe6fc4acb4b850447f16a1c36bd7435e4b0b35 /drivers/input
parentMerge branch 'ib/5.17-cros-ec-keyb' into next (diff)
downloadlinux-dev-fabcf4d8696839a8da8a3f90d1fd30ae923ddde7.tar.xz
linux-dev-fabcf4d8696839a8da8a3f90d1fd30ae923ddde7.zip
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>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/mouse/cypress_ps2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/cypress_ps2.c b/drivers/input/mouse/cypress_ps2.c
index 5f868009d35b..d272f1ec27ba 100644
--- 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 commmunicating with it as default PS2 mouse.
+ * let psmouse driver communicating with it as default PS2 mouse.
*/
cypress_reset(psmouse);