Input: gpio_mouse - fix typos in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 06:21:00 +0000 (14:21 +0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 22 Jun 2022 22:29:35 +0000 (15:29 -0700)
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>
drivers/input/mouse/gpio_mouse.c

index 23507fce3a2b370de808dc09075b78b8dfe67bf1..18ccbd45004ad9b29272f21dbff96ed524275d4c 100644 (file)
@@ -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)
 {