* [PATCH] input/serio: fix repeated words in comments
@ 2022-09-08 12:28 wangjianli
2022-09-08 13:55 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: wangjianli @ 2022-09-08 12:28 UTC (permalink / raw)
To: dmitry.torokhov; +Cc: linux-input, linux-kernel, wangjianli
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
drivers/input/serio/q40kbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/serio/q40kbd.c b/drivers/input/serio/q40kbd.c
index a1c61f5de047..fd25679af251 100644
--- a/drivers/input/serio/q40kbd.c
+++ b/drivers/input/serio/q40kbd.c
@@ -81,7 +81,7 @@ static void q40kbd_stop(void)
/*
* q40kbd_open() is called when a port is open by the higher layer.
- * It allocates the interrupt and enables in in the chip.
+ * It allocates the interrupt and enables in the chip.
*/
static int q40kbd_open(struct serio *port)
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] input/serio: fix repeated words in comments
2022-09-08 12:28 [PATCH] input/serio: fix repeated words in comments wangjianli
@ 2022-09-08 13:55 ` Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2022-09-08 13:55 UTC (permalink / raw)
To: wangjianli, dmitry.torokhov; +Cc: linux-input, linux-kernel
On 9/8/22 05:28, wangjianli wrote:
> Delete the redundant word 'in'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
> drivers/input/serio/q40kbd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/serio/q40kbd.c b/drivers/input/serio/q40kbd.c
> index a1c61f5de047..fd25679af251 100644
> --- a/drivers/input/serio/q40kbd.c
> +++ b/drivers/input/serio/q40kbd.c
> @@ -81,7 +81,7 @@ static void q40kbd_stop(void)
>
> /*
> * q40kbd_open() is called when a port is open by the higher layer.
> - * It allocates the interrupt and enables in in the chip.
enables it in the chip.
> + * It allocates the interrupt and enables in the chip.
> */
>
> static int q40kbd_open(struct serio *port)
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] input/serio: fix repeated words in comments
@ 2022-07-24 7:29 wangjianli
0 siblings, 0 replies; 3+ messages in thread
From: wangjianli @ 2022-07-24 7:29 UTC (permalink / raw)
To: dmitry.torokhov; +Cc: linux-input, linux-kernel, wangjianli
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
drivers/input/serio/q40kbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/serio/q40kbd.c b/drivers/input/serio/q40kbd.c
index bd248398556a..b2b572079e67 100644
--- a/drivers/input/serio/q40kbd.c
+++ b/drivers/input/serio/q40kbd.c
@@ -81,7 +81,7 @@ static void q40kbd_stop(void)
/*
* q40kbd_open() is called when a port is open by the higher layer.
- * It allocates the interrupt and enables in in the chip.
+ * It allocates the interrupt and enables in the chip.
*/
static int q40kbd_open(struct serio *port)
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-08 13:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 12:28 [PATCH] input/serio: fix repeated words in comments wangjianli
2022-09-08 13:55 ` Randy Dunlap
-- strict thread matches above, loose matches on Subject: below --
2022-07-24 7:29 wangjianli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).