Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Xiang wangx and committed by
Dmitry Torokhov
652c0441 53b90bd9

+1 -1
+1 -1
drivers/input/mouse/byd.c
··· 191 191 192 192 /* 193 193 * 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: 195 195 */ 196 196 #define BYD_PACKET_ABSOLUTE 0xf8 197 197 #define BYD_PACKET_RELATIVE 0x00