All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Aldas Taraškevičius" <aldas60@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org,
	"Aldas Taraškevičius" <aldas60@gmail.com>
Subject: [PATCH] Input: atkbd - fix typo in comment
Date: Tue, 13 Dec 2022 21:03:05 +0200	[thread overview]
Message-ID: <20221213190305.6477-1-aldas60@gmail.com> (raw)

"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


             reply	other threads:[~2022-12-13 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-13 19:03 Aldas Taraškevičius [this message]
2022-12-15 13:56 ` [PATCH] Input: atkbd - fix typo in comment Mattijs Korpershoek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221213190305.6477-1-aldas60@gmail.com \
    --to=aldas60@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.