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

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>

authored by

Jiang Jian and committed by
Dmitry Torokhov
981facf9 69cf890d

+1 -1
+1 -1
drivers/input/mouse/gpio_mouse.c
··· 41 41 42 42 /* 43 43 * Timer function which is run every scan_ms ms when the device is opened. 44 - * The dev input variable is set to the the input_dev pointer. 44 + * The dev input variable is set to the input_dev pointer. 45 45 */ 46 46 static void gpio_mouse_scan(struct input_dev *input) 47 47 {