diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-22 08:21:00 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-06-23 00:29:35 +0200 |
commit | 981facf94a18f1b8d4989087ba6d7cedae1929ec (patch) | |
tree | d64c132434384b6943431263cf5321504b0aa714 /drivers/input/mouse | |
parent | Input: mtk-pmic-keys - move long press debounce mask to mtk_pmic_regs (diff) | |
download | linux-981facf94a18f1b8d4989087ba6d7cedae1929ec.tar.xz linux-981facf94a18f1b8d4989087ba6d7cedae1929ec.zip |
Input: gpio_mouse - fix typos in comments
Drop a redundant word 'the' in the comments of function gpio_mouse_scan.
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/r/20220622062100.19490-1-jiangjian@cdjrlc.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r-- | drivers/input/mouse/gpio_mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index 23507fce3a2b..18ccbd45004a 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b/drivers/input/mouse/gpio_mouse.c @@ -41,7 +41,7 @@ struct gpio_mouse { /* * Timer function which is run every scan_ms ms when the device is opened. - * The dev input variable is set to the the input_dev pointer. + * The dev input variable is set to the input_dev pointer. */ static void gpio_mouse_scan(struct input_dev *input) { |