linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: atkbd - fix typo in comment
@ 2022-12-13 19:03 Aldas Taraškevičius
  2022-12-15 13:56 ` Mattijs Korpershoek
  0 siblings, 1 reply; 2+ messages in thread
From: Aldas Taraškevičius @ 2022-12-13 19:03 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: linux-input, linux-kernel, kernel-janitors,
	Aldas Taraškevičius

"Certain keyboards to not like" -> "Certain keyboards do not like"

Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
---
 drivers/input/keyboard/atkbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index 246958795..08f87c592 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -247,7 +247,7 @@ static void *atkbd_platform_fixup_data;
 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int);
 
 /*
- * Certain keyboards to not like ATKBD_CMD_RESET_DIS and stop responding
+ * Certain keyboards do not like ATKBD_CMD_RESET_DIS and stop responding
  * to many commands until full reset (ATKBD_CMD_RESET_BAT) is performed.
  */
 static bool atkbd_skip_deactivate;
-- 
2.37.2


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

* Re: [PATCH] Input: atkbd - fix typo in comment
  2022-12-13 19:03 [PATCH] Input: atkbd - fix typo in comment Aldas Taraškevičius
@ 2022-12-15 13:56 ` Mattijs Korpershoek
  0 siblings, 0 replies; 2+ messages in thread
From: Mattijs Korpershoek @ 2022-12-15 13:56 UTC (permalink / raw)
  To: Aldas Taraškevičius, dmitry.torokhov
  Cc: linux-input, linux-kernel, kernel-janitors,
	Aldas Taraškevičius

On Tue, Dec 13, 2022 at 21:03, Aldas Taraškevičius <aldas60@gmail.com> wrote:

> "Certain keyboards to not like" -> "Certain keyboards do not like"
>
> Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
>  drivers/input/keyboard/atkbd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
> index 246958795..08f87c592 100644
> --- a/drivers/input/keyboard/atkbd.c
> +++ b/drivers/input/keyboard/atkbd.c
> @@ -247,7 +247,7 @@ static void *atkbd_platform_fixup_data;
>  static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int);
>  
>  /*
> - * Certain keyboards to not like ATKBD_CMD_RESET_DIS and stop responding
> + * Certain keyboards do not like ATKBD_CMD_RESET_DIS and stop responding
>   * to many commands until full reset (ATKBD_CMD_RESET_BAT) is performed.
>   */
>  static bool atkbd_skip_deactivate;
> -- 
> 2.37.2

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

end of thread, other threads:[~2022-12-15 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13 19:03 [PATCH] Input: atkbd - fix typo in comment Aldas Taraškevičius
2022-12-15 13:56 ` Mattijs Korpershoek

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