Commit ac977b90 authored by Colin Ian King's avatar Colin Ian King Committed by Benjamin Tissoires
Browse files

HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce"



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

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarLinus Walleij <linusw@kernel.org>
Signed-off-by: default avatarBenjamin Tissoires <bentiss@kernel.org>
parent 200e6c6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {