diff mbox series

Input: byd - fix typo in a comment

Message ID 20211216082735.11948-1-wangxiang@cdjrlc.com (mailing list archive)
State Accepted
Commit 652c0441de588dafb68516eccd4a89662830d23b
Headers show
Series Input: byd - fix typo in a comment | expand

Commit Message

Xiang wangx Dec. 16, 2021, 8:27 a.m. UTC
The double `the' in a comment is repeated, thus it should be removed.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/input/mouse/byd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dmitry Torokhov Dec. 20, 2021, 2:07 a.m. UTC | #1
On Thu, Dec 16, 2021 at 04:27:35PM +0800, Xiang wangx wrote:
> The double `the' in a comment is repeated, thus it should be removed.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>

Applied, thank you.
diff mbox series

Patch

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