Message ID | 20240426125540.14084-1-richard120310@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Johannes Berg |
Headers | show |
Series | wireless: Fix typo mechanimsm to mechanism | expand |
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 :
Fixed a typo in the comment description from "mechanimsm" to "mechanism". Signed-off-by: I Hsin Cheng <richard120310@gmail.com> --- include/uapi/linux/wireless.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)