Skip to content

Commit

Permalink
Input: gpio_mouse - fix typos in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiang Jian authored and Dmitry Torokhov committed Jun 22, 2022
1 parent 69cf890 commit 981facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/mouse/gpio_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 981facf

Please sign in to comment.