[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260118185815.14237-1-owen.a.giles@gmail.com>
Date: Sun, 18 Jan 2026 12:58:15 -0600
From: Owen Giles <owen.a.giles@...il.com>
To: Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <bentiss@...nel.org>
Cc: linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Owen Giles <owen.a.giles@...il.com>
Subject: [PATCH] HID: corsair: fix typos in comment
Fix typos in report descriptor comment: "obviousy" -> "obviously",
"Magimum" -> "Maximum", "poper" -> "proper", "due Logical" -> "due to
Logical".
Signed-off-by: Owen Giles <owen.a.giles@...il.com>
---
drivers/hid/hid-corsair.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/hid/hid-corsair.c b/drivers/hid/hid-corsair.c
index 62b99f5c3cf8..e11184cec551 100644
--- a/drivers/hid/hid-corsair.c
+++ b/drivers/hid/hid-corsair.c
@@ -681,8 +681,8 @@ static int corsair_input_mapping(struct hid_device *dev,
* The report descriptor of some of the Corsair gaming mice is
* non parseable as they define two consecutive Logical Minimum for
* the Usage Page (Consumer) in rdescs bytes 75 and 77 being 77 0x16
- * that should be obviousy 0x26 for Logical Magimum of 16 bits. This
- * prevents poper parsing of the report descriptor due Logical
+ * that should be obviously 0x26 for Logical Maximum of 16 bits. This
+ * prevents proper parsing of the report descriptor due to Logical
* Minimum being larger than Logical Maximum.
*
* This driver fixes the report descriptor for:
--
2.52.0
Powered by blists - more mailing lists