This patch fixes spelling mistake to increase code readability and searching. Signed-off-by: Roshan Khatri <topofeverest8848@xxxxxxxxx> --- v3: Created patch series with cover letter as suggested in the feedback v2: - Created patch series as suggested in the feedback - https://lore.kernel.org/all/20240909041508.2412-1-topofeverest8848@xxxxxxxxx/ v1: https://lore.kernel.org/all/20240906141104.10076-1-topofeverest8848@xxxxxxxxx/ drivers/staging/rtl8723bs/include/rtw_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1