[PATCH] HID: hid-mcp-2200.c: fix typos in comments

Hans Anda posted 1 patch 1 month, 2 weeks ago
drivers/hid/hid-mcp2200.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] HID: hid-mcp-2200.c: fix typos in comments
Posted by Hans Anda 1 month, 2 weeks ago
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