* [PATCH] HID: hid-mcp-2200.c: fix typos in comments
@ 2026-02-11 14:32 Hans Anda
0 siblings, 0 replies; 2+ messages in thread
From: Hans Anda @ 2026-02-11 14:32 UTC (permalink / raw)
To: Jiri Kosina, Benjamin Tissoires
Cc: linux-input, linux-kernel, Johannes, Hans Anda
Fix typos in comments
drivers/hid/hid-mcp2200.c: "Commands" -> "Command", "Altternative" -> "Alternative"
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] HID: hid-mcp-2200.c: fix typos in comments
@ 2026-02-11 10:49 Hans Anda
0 siblings, 0 replies; 2+ messages in thread
From: Hans Anda @ 2026-02-11 10:49 UTC (permalink / raw)
To: Jiri Kosina, Benjamin Tissoires
Cc: linux-input, linux-kernel, Johannes, Hans Anda
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-11 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11 14:32 [PATCH] HID: hid-mcp-2200.c: fix typos in comments Hans Anda
-- strict thread matches above, loose matches on Subject: below --
2026-02-11 10:49 Hans Anda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox