On 9/9/24 06:13, Roshan Khatri wrote:
This patch fixes spelling mistake to increase code readability
and searching.
Signed-off-by: Roshan Khatri <topofeverest8848@xxxxxxxxx>
---
v2: Created patch series as suggested by Phillip
v1: https://lore.kernel.org/all/20240906141024.10021-1-topofeverest8848@xxxxxxxxx/
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)
Hi Roshan,
something is wrong with your patch series.
When you look here you will see it is not a real series:
https://lore.kernel.org/linux-staging/
The command I use looks like this:
git format-patch -o ~/Documents/kernel/patches/ --cover-letter -n
--thread=shallow --to="Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx>,linux-staging@xxxxxxxxxxxxxxx,linux-kernel@xxxxxxxxxxxxxxx"
74d21cf6062fc65c61ca2c91b81a3a98a646a4f2^..HEAD
Hope this helps...
No need to call may name in the change history.
Thanks for your support.
Bye Philipp