Message ID | 20220908131043.37099-1-wangjianli@cdjrlc.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e7ed42a44c36351cd064797613d6ae34c0140424 |
Headers | show |
Series | input/mouse: fix repeated words in comments | expand |
diff --git a/drivers/input/mouse/hgpk.c b/drivers/input/mouse/hgpk.c index 523b26a117d6..3c8310da0b05 100644 --- 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);
Delete the redundant word 'to'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- drivers/input/mouse/hgpk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)