[PATCH] staging: rtl8723bs: fix spelling in comment

Haoyu Lu posted 1 patch 6 days, 7 hours ago
There is a newer version of this series
drivers/staging/rtl8723bs/include/hal_data.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: rtl8723bs: fix spelling in comment
Posted by Haoyu Lu 6 days, 7 hours ago
From: "haoyu.lu" <hechushiguitu666@gmail.com>

Change "co-existance" to "co-existence" in comment.

Signed-off-by: haoyu.lu <hechushiguitu666@gmail.com>
---
 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] staging: rtl8723bs: fix spelling in comment
Posted by Greg Kroah-Hartman 6 days, 6 hours ago
On Fri, Mar 27, 2026 at 04:24:25PM +0800, Haoyu Lu wrote:
> From: "haoyu.lu" <hechushiguitu666@gmail.com>

Please use your name, not your email alias, your "From:" line in your
email client was correct.

> 
> Change "co-existance" to "co-existence" in comment.
> 
> Signed-off-by: haoyu.lu <hechushiguitu666@gmail.com>

Same here.

thanks,

greg k-h