[PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h

Roshan Khatri posted 4 patches 2 months, 3 weeks ago
[PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
Posted by Roshan Khatri 2 months, 3 weeks ago
This patch fixes spelling mistake to increase code readability
and searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
---
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/20240909041352.2392-1-topofeverest8848@gmail.com/
v1: https://lore.kernel.org/all/20240906141024.10021-1-topofeverest8848@gmail.com/

 drivers/staging/rtl8723bs/include/rtw_xmit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/include/rtw_xmit.h b/drivers/staging/rtl8723bs/include/rtw_xmit.h
index a3b4310caddf..544468f57692 100644
--- a/drivers/staging/rtl8723bs/include/rtw_xmit.h
+++ b/drivers/staging/rtl8723bs/include/rtw_xmit.h
@@ -15,7 +15,7 @@
 
 #define XMITBUF_ALIGN_SZ 512
 
-/*  xmit extension buff defination */
+/*  xmit extension buff definition */
 #define MAX_XMIT_EXTBUF_SZ	(1536)
 #define NR_XMIT_EXTBUFF	(32)
 
-- 
2.34.1