mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
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>
This commit is contained in:
parent
69cf890d8b
commit
981facf94a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue