OSDN Git Service

Input: byd - fix typo in a comment
authorXiang wangx <wangxiang@cdjrlc.com>
Mon, 20 Dec 2021 02:06:45 +0000 (18:06 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 20 Dec 2021 08:59:50 +0000 (00:59 -0800)
The double `the' in a comment is repeated, thus it should be removed.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20211216082735.11948-1-wangxiang@cdjrlc.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/byd.c

index 6e0c5f5..221a553 100644 (file)
 
 /*
  * The touchpad generates a mixture of absolute and relative packets, indicated
- * by the the last byte of each packet being set to one of the following:
+ * by the last byte of each packet being set to one of the following:
  */
 #define BYD_PACKET_ABSOLUTE                    0xf8
 #define BYD_PACKET_RELATIVE                    0x00