projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e23c69e
)
Input: hgpk - fix repeated word in a comment
author
wangjianli
<wangjianli@cdjrlc.com>
Thu, 8 Sep 2022 19:37:09 +0000
(12:37 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 8 Sep 2022 21:06:23 +0000
(14:06 -0700)
Delete the redundant word 'to'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220908131043.37099-1-wangjianli@cdjrlc.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/hgpk.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/hgpk.c
b/drivers/input/mouse/hgpk.c
index 523b26a117d6ceaa4c8f886f55d301c1112b294f..3c8310da0b05376c46e1a6fc424c47087fa1f3e5 100644
(file)
--- a/
drivers/input/mouse/hgpk.c
+++ b/
drivers/input/mouse/hgpk.c
@@
-884,7
+884,7
@@
static ssize_t hgpk_trigger_recal(struct psmouse *psmouse, void *data,
/*
* We queue work instead of doing recalibration right here
- * to avoid adding locking to
to
hgpk_force_recalibrate()
+ * to avoid adding locking to hgpk_force_recalibrate()
* since workqueue provides serialization.
*/
psmouse_queue_work(psmouse, &priv->recalib_wq, 0);