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

Configure Feed

Select the types of activity you want to include in your feed.

Input: hgpk - fix repeated word in a comment

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>

authored by

wangjianli and committed by
Dmitry Torokhov
e7ed42a4 e23c69e3

+1 -1
+1 -1
drivers/input/mouse/hgpk.c
··· 884 884 885 885 /* 886 886 * We queue work instead of doing recalibration right here 887 - * to avoid adding locking to to hgpk_force_recalibrate() 887 + * to avoid adding locking to hgpk_force_recalibrate() 888 888 * since workqueue provides serialization. 889 889 */ 890 890 psmouse_queue_work(psmouse, &priv->recalib_wq, 0);