All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: byd - fix typo in a comment
@ 2021-12-16  8:27 Xiang wangx
  2021-12-20  2:07 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2021-12-16  8:27 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, linux-kernel, Xiang wangx

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(-)

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
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: byd - fix typo in a comment
  2021-12-16  8:27 [PATCH] Input: byd - fix typo in a comment Xiang wangx
@ 2021-12-20  2:07 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2021-12-20  2:07 UTC (permalink / raw)
  To: Xiang wangx; +Cc: linux-input, linux-kernel

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.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-20  2:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16  8:27 [PATCH] Input: byd - fix typo in a comment Xiang wangx
2021-12-20  2:07 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.