* [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes
@ 2024-09-10 4:03 Roshan Khatri
2024-09-10 4:04 ` [PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h Roshan Khatri
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Roshan Khatri @ 2024-09-10 4:03 UTC (permalink / raw)
To: gregkh, philipp.g.hortmann; +Cc: Roshan Khatri, linux-staging, linux-kernel
This patch series fixes various spelling mistakes in the
rtl8723bs/include/rtw_xmit.h, rtl8723bs/include/rtw_io.h,
rtl8723bs/include/rtw_mlme.h and rtl8723bs/core/rtw_xmit.h files.
This patch series is created after receiving feedback on
individual patches.
Roshan Khatri (4):
staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h
staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c
drivers/staging/rtl8723bs/core/rtw_xmit.c | 2 +-
drivers/staging/rtl8723bs/include/rtw_io.h | 2 +-
drivers/staging/rtl8723bs/include/rtw_mlme.h | 2 +-
drivers/staging/rtl8723bs/include/rtw_xmit.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
2.34.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
2024-09-10 4:03 [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Roshan Khatri
@ 2024-09-10 4:04 ` Roshan Khatri
2024-09-10 4:04 ` [PATCH v3 2/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h Roshan Khatri
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Roshan Khatri @ 2024-09-10 4:04 UTC (permalink / raw)
To: gregkh, philipp.g.hortmann; +Cc: Roshan Khatri, linux-staging, linux-kernel
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3 2/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h
2024-09-10 4:03 [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Roshan Khatri
2024-09-10 4:04 ` [PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h Roshan Khatri
@ 2024-09-10 4:04 ` Roshan Khatri
2024-09-10 4:05 ` [PATCH v3 3/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h Roshan Khatri
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Roshan Khatri @ 2024-09-10 4:04 UTC (permalink / raw)
To: gregkh, philipp.g.hortmann; +Cc: Roshan Khatri, linux-staging, linux-kernel
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/20240909041508.2412-1-topofeverest8848@gmail.com/
v1: https://lore.kernel.org/all/20240906141104.10076-1-topofeverest8848@gmail.com/
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3 3/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
2024-09-10 4:03 [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Roshan Khatri
2024-09-10 4:04 ` [PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h Roshan Khatri
2024-09-10 4:04 ` [PATCH v3 2/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h Roshan Khatri
@ 2024-09-10 4:05 ` Roshan Khatri
2024-09-10 4:05 ` [PATCH v3 4/4] staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c Roshan Khatri
2024-09-10 5:35 ` [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Philipp Hortmann
4 siblings, 0 replies; 6+ messages in thread
From: Roshan Khatri @ 2024-09-10 4:05 UTC (permalink / raw)
To: gregkh, philipp.g.hortmann; +Cc: Roshan Khatri, linux-staging, linux-kernel
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/20240909041530.2431-1-topofeverest8848@gmail.com/
v1: https://lore.kernel.org/all/20240906141134.10118-1-topofeverest8848@gmail.com/
drivers/staging/rtl8723bs/include/rtw_mlme.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme.h b/drivers/staging/rtl8723bs/include/rtw_mlme.h
index e103c4a15d1a..e665479babc2 100644
--- a/drivers/staging/rtl8723bs/include/rtw_mlme.h
+++ b/drivers/staging/rtl8723bs/include/rtw_mlme.h
@@ -131,7 +131,7 @@ struct mlme_priv {
u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
u32 roam_scan_int_ms; /* scan interval for active roam */
u32 roam_scanr_exp_ms; /* scan result expire time in ms for roam */
- u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to speicific target without other consideration */
+ u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to specific target without other consideration */
u8 *nic_hdl;
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3 4/4] staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c
2024-09-10 4:03 [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Roshan Khatri
` (2 preceding siblings ...)
2024-09-10 4:05 ` [PATCH v3 3/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h Roshan Khatri
@ 2024-09-10 4:05 ` Roshan Khatri
2024-09-10 5:35 ` [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Philipp Hortmann
4 siblings, 0 replies; 6+ messages in thread
From: Roshan Khatri @ 2024-09-10 4:05 UTC (permalink / raw)
To: gregkh, philipp.g.hortmann; +Cc: Roshan Khatri, linux-staging, linux-kernel
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 feeback
v2:
- Created patch series as suggested in the feedback
- https://lore.kernel.org/all/20240909041549.2449-1-topofeverest8848@gmail.com/
v1: https://lore.kernel.org/all/20240906141157.10167-1-topofeverest8848@gmail.com/
drivers/staging/rtl8723bs/core/rtw_xmit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_xmit.c b/drivers/staging/rtl8723bs/core/rtw_xmit.c
index b1965ec0181f..755c1bc86a74 100644
--- a/drivers/staging/rtl8723bs/core/rtw_xmit.c
+++ b/drivers/staging/rtl8723bs/core/rtw_xmit.c
@@ -45,7 +45,7 @@ s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter)
init_completion(&pxmitpriv->terminate_xmitthread_comp);
/*
- * Please insert all the queue initializaiton using _rtw_init_queue below
+ * Please insert all the queue initialization using _rtw_init_queue below
*/
pxmitpriv->adapter = padapter;
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes
2024-09-10 4:03 [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Roshan Khatri
` (3 preceding siblings ...)
2024-09-10 4:05 ` [PATCH v3 4/4] staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c Roshan Khatri
@ 2024-09-10 5:35 ` Philipp Hortmann
4 siblings, 0 replies; 6+ messages in thread
From: Philipp Hortmann @ 2024-09-10 5:35 UTC (permalink / raw)
To: Roshan Khatri, gregkh; +Cc: linux-staging, linux-kernel
On 9/10/24 06:03, Roshan Khatri wrote:
> This patch series fixes various spelling mistakes in the
> rtl8723bs/include/rtw_xmit.h, rtl8723bs/include/rtw_io.h,
> rtl8723bs/include/rtw_mlme.h and rtl8723bs/core/rtw_xmit.h files.
> This patch series is created after receiving feedback on
> individual patches.
>
> Roshan Khatri (4):
> staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
> staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h
> staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
> staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c
>
> drivers/staging/rtl8723bs/core/rtw_xmit.c | 2 +-
> drivers/staging/rtl8723bs/include/rtw_io.h | 2 +-
> drivers/staging/rtl8723bs/include/rtw_mlme.h | 2 +-
> drivers/staging/rtl8723bs/include/rtw_xmit.h | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-10 5:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 4:03 [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Roshan Khatri
2024-09-10 4:04 ` [PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h Roshan Khatri
2024-09-10 4:04 ` [PATCH v3 2/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h Roshan Khatri
2024-09-10 4:05 ` [PATCH v3 3/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h Roshan Khatri
2024-09-10 4:05 ` [PATCH v3 4/4] staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c Roshan Khatri
2024-09-10 5:35 ` [PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes Philipp Hortmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox