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

Haoyu Lu posted 1 patch 6 days, 4 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 v2] 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.

 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 v2] staging: rtl8723bs: fix spelling in comment
Posted by Greg Kroah-Hartman 6 days, 4 hours ago
On Fri, Mar 27, 2026 at 06:48:42PM +0800, Haoyu Lu wrote:
> 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.

This is really v3, right?  :)

Be a bit more careful next time, thanks!

greg k-h