mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
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>
This commit is contained in:
parent
e23c69e332
commit
e7ed42a44c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user