Linux Input/HID development
 help / color / mirror / Atom feed
From: Hans Anda <hansa@airmail.cc>
To: Jiri Kosina <jikos@kernel.org>, Benjamin Tissoires <bentiss@kernel.org>
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	Johannes <johannes@gnu-linux.rocks>, Hans Anda <hansa@airmail.cc>
Subject: [PATCH] HID: hid-mcp-2200.c: fix typos in comments
Date: Wed, 11 Feb 2026 11:49:07 +0100	[thread overview]
Message-ID: <20260211104906.21855-2-hansa@airmail.cc> (raw)

Signed-off-by: Hans Anda <hansa@airmail.cc>
---
 drivers/hid/hid-mcp2200.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/hid/hid-mcp2200.c b/drivers/hid/hid-mcp2200.c
index dafdd5b4a079..7e2f5e37a85a 100644
--- a/drivers/hid/hid-mcp2200.c
+++ b/drivers/hid/hid-mcp2200.c
@@ -17,7 +17,7 @@
 #include <linux/mutex.h>
 #include "hid-ids.h"
 
-/* Commands codes in a raw output report */
+/* Command codes in a raw output report */
 #define SET_CLEAR_OUTPUTS	0x08
 #define CONFIGURE		0x10
 #define READ_EE			0x20
@@ -30,7 +30,7 @@ enum MCP_IO_DIR {
 	MCP2200_DIR_IN  = 0x01,
 };
 
-/* Altternative pin assignments */
+/* Alternative pin assignments */
 #define TXLED		2
 #define RXLED		3
 #define USBCFG		6
-- 
2.52.0


             reply	other threads:[~2026-02-11 10:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-11 10:49 Hans Anda [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-02-11 14:32 [PATCH] HID: hid-mcp-2200.c: fix typos in comments Hans Anda

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=20260211104906.21855-2-hansa@airmail.cc \
    --to=hansa@airmail.cc \
    --cc=bentiss@kernel.org \
    --cc=jikos@kernel.org \
    --cc=johannes@gnu-linux.rocks \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox