aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Khatri <[email protected]>2024-09-10 09:49:15 +0545
committerGreg Kroah-Hartman <[email protected]>2024-09-11 15:57:18 +0200
commite737c2be0d3a5ffce47191d576e839f67c5e3693 (patch)
tree8102d38772292ef0bc569e68dc620ac639f34c64
parentb95150a3742980cfe5c95e3e645f4ef9a38575e4 (diff)
staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
This patch fixes spelling mistake to increase code readability and searching. Signed-off-by: Roshan Khatri <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/93a1b568ec96dea13dfc75232a08bbf42e270599.1725933169.git.topofeverest8848@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_xmit.h2
1 files changed, 1 insertions, 1 deletions
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)