public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce"
@ 2026-03-14 17:02 Colin Ian King
  2026-03-19 12:57 ` Linus Walleij
  2026-03-19 14:43 ` Benjamin Tissoires
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2026-03-14 17:02 UTC (permalink / raw)
  To: Rishi Gupta, Jiri Kosina, Benjamin Tissoires, linux-i2c,
	linux-input, Linus Walleij
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a module description. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/hid/hid-mcp2221.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hid-mcp2221.c b/drivers/hid/hid-mcp2221.c
index ea9f7ddd93a2..be80970ab48e 100644
--- a/drivers/hid/hid-mcp2221.c
+++ b/drivers/hid/hid-mcp2221.c
@@ -26,7 +26,7 @@ static bool gpio_mode_enforce;
 
 module_param(gpio_mode_enforce, bool, 0644);
 MODULE_PARM_DESC(gpio_mode_enforce,
-	 "Enfore GPIO mode for GP0 thru GP3 (default: false, will be used for IIO)");
+	 "Enforce GPIO mode for GP0 thru GP3 (default: false, will be used for IIO)");
 
 /* Commands codes in a raw output report */
 enum {
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-19 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-14 17:02 [PATCH][next] HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce" Colin Ian King
2026-03-19 12:57 ` Linus Walleij
2026-03-19 14:43 ` Benjamin Tissoires

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox