[PATCH] wireless: Fix typo mechanimsm to mechanism

From: I Hsin Cheng
Date: Fri Apr 26 2024 - 08:56:16 EST


Fixed a typo in the comment description from "mechanimsm" to
"mechanism".

Signed-off-by: I Hsin Cheng <richard120310@xxxxxxxxx>
---
include/uapi/linux/wireless.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/wireless.h b/include/uapi/linux/wireless.h
index 3c2ad5fae..b0d911f20 100644
--- a/include/uapi/linux/wireless.h
+++ b/include/uapi/linux/wireless.h
@@ -27,7 +27,7 @@
* better than command line options of insmod because we may want to
* change dynamically (while the driver is running) some parameters.
*
- * The ioctl mechanimsm are copied from standard devices ioctl.
+ * The ioctl mechanism are copied from standard devices ioctl.
* We have the list of command plus a structure descibing the
* data exchanged...
* Note that to add these ioctl, I was obliged to modify :
--
2.34.1