2022-12-13 20:16:00

by Aldas Taraškevičius

[permalink] [raw]
Subject: [PATCH] Input: atkbd - fix typo in comment

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

Signed-off-by: Aldas Taraškevičius <[email protected]>
---
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


2022-12-15 14:19:11

by Mattijs Korpershoek

[permalink] [raw]
Subject: Re: [PATCH] Input: atkbd - fix typo in comment

On Tue, Dec 13, 2022 at 21:03, Aldas Taraškevičius <[email protected]> wrote:

> "Certain keyboards to not like" -> "Certain keyboards do not like"
>
> Signed-off-by: Aldas Taraškevičius <[email protected]>

Reviewed-by: Mattijs Korpershoek <[email protected]>

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