projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b90bd
)
Input: byd - fix typo in a comment
author
Xiang wangx
<wangxiang@cdjrlc.com>
Mon, 20 Dec 2021 02:06:45 +0000
(18:06 -0800)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/byd.c
b/drivers/input/mouse/byd.c
index 6e0c5f5a2713daab794d97ef026a4b7eb5def42c..221a553f45cd88a785c9ab3402b5931f37cd281a 100644
(file)
--- 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