Skip to content

Commit 652c044

Browse files
Xiang wangxdtor
authored andcommitted
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>
1 parent 53b90bd commit 652c044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/mouse/byd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
/*
193193
* The touchpad generates a mixture of absolute and relative packets, indicated
194-
* by the the last byte of each packet being set to one of the following:
194+
* by the last byte of each packet being set to one of the following:
195195
*/
196196
#define BYD_PACKET_ABSOLUTE 0xf8
197197
#define BYD_PACKET_RELATIVE 0x00

0 commit comments

Comments
 (0)