[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260211104906.21855-2-hansa@airmail.cc>
Date: Wed, 11 Feb 2026 11:49:07 +0100
From: Hans Anda <hansa@...mail.cc>
To: Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <bentiss@...nel.org>
Cc: linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Johannes <johannes@...-linux.rocks>,
Hans Anda <hansa@...mail.cc>
Subject: [PATCH] HID: hid-mcp-2200.c: fix typos in comments
Signed-off-by: Hans Anda <hansa@...mail.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
Powered by blists - more mailing lists