diff options
author | Roshan Khatri <topofeverest8848@gmail.com> | 2024-09-10 06:04:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-11 15:57:18 +0200 |
commit | ac4e97535f43ed766022fd90fdbf1fdf57783b86 (patch) | |
tree | 350a6ee41a966e68e9607a0215c4240675a77079 /drivers/staging | |
parent | staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h (diff) | |
download | linux-ac4e97535f43ed766022fd90fdbf1fdf57783b86.tar.xz linux-ac4e97535f43ed766022fd90fdbf1fdf57783b86.zip |
staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h
This patch fixes spelling mistake to increase code readability
and searching.
Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/f77f1155d07de7780726562d628e8ed3a3ce4b4f.1725933169.git.topofeverest8848@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8723bs/include/rtw_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_io.h b/drivers/staging/rtl8723bs/include/rtw_io.h index be9741a056e5..0ee87be6dc4f 100644 --- a/drivers/staging/rtl8723bs/include/rtw_io.h +++ b/drivers/staging/rtl8723bs/include/rtw_io.h @@ -13,7 +13,7 @@ Otherwise, io_handler will free io_req */ -/* below is for the intf_option bit defition... */ +/* below is for the intf_option bit definition... */ struct intf_priv; struct intf_hdl; |