aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2021-12-19 18:06:45 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-12-20 00:59:50 -0800
commit652c0441de588dafb68516eccd4a89662830d23b (patch)
tree321a849ac30273806e136fde5841ab2e2e871829 /drivers/input/mouse
parentInput: ucb1400_ts - remove redundant variable penup (diff)
downloadlinux-dev-652c0441de588dafb68516eccd4a89662830d23b.tar.xz
linux-dev-652c0441de588dafb68516eccd4a89662830d23b.zip
Input: byd - fix typo in a comment
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>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r--drivers/input/mouse/byd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/byd.c b/drivers/input/mouse/byd.c
index 6e0c5f5a2713..221a553f45cd 100644
--- a/drivers/input/mouse/byd.c
+++ b/drivers/input/mouse/byd.c
@@ -191,7 +191,7 @@
/*
* 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