[PATCH v3] staging: rtl8723bs: fix spelling in comment

Haoyu Lu posted 1 patch 6 days, 4 hours ago
drivers/staging/rtl8723bs/include/hal_data.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v3] staging: rtl8723bs: fix spelling in comment
Posted by Haoyu Lu 6 days, 4 hours ago
Change "co-existance" to "co-existence" in comment.

Signed-off-by: Haoyu Lu <hechushiguitu666@gmail.com>
---
v2: Fix author name format in From and Signed-off-by lines.
v3: Update patch version number.

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

diff --git a/drivers/staging/rtl8723bs/include/hal_data.h b/drivers/staging/rtl8723bs/include/hal_data.h
index b87c90f693ec..ff4383e30322 100644
--- a/drivers/staging/rtl8723bs/include/hal_data.h	2026-03-27 14:48:04.333064200 +0800
+++ b/drivers/staging/rtl8723bs/include/hal_data.h	2026-03-27 14:49:02.478348700 +0800
@@ -385,7 +385,7 @@ struct hal_com_data {
 	struct dm_priv dmpriv;
 	struct dm_odm_t		odmpriv;

-	/*  For bluetooth co-existance */
+	/*  For bluetooth co-existence */
 	struct bt_coexist		bt_coexist;

 	/*  Interrupt related register information. */
Re: [PATCH v3] staging: rtl8723bs: fix spelling in comment
Posted by Ethan Tidmore 5 days, 22 hours ago
On Fri Mar 27, 2026 at 6:14 AM CDT, Haoyu Lu wrote:
> Change "co-existance" to "co-existence" in comment.
>
> Signed-off-by: Haoyu Lu <hechushiguitu666@gmail.com>
> ---

LGTM.

Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>

Thanks,

ET