[PATCH][next] HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce"

From: Colin Ian King

Date: Sat Mar 14 2026 - 13:04:47 EST


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

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
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