[PATCH v2] staging: rtl8723bs: Fix typo in comment

Giorgi Tchankvetadze posted 1 patch 1 month, 1 week ago
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] staging: rtl8723bs: Fix typo in comment
Posted by Giorgi Tchankvetadze 1 month, 1 week ago
Change "inclued" to "included"

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
v2: fix spaces between colons

 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
index a47d0d3fa2b7..038157442348 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
@@ -2264,7 +2264,7 @@ static int rtw_add_beacon(struct adapter *adapter, const u8 *head, size_t head_l
 
 	len = head_len + tail_len - 24;
 
-	/* check wps ie if inclued */
+	/* check wps ie if included */
 	rtw_get_wps_ie(pbuf + _FIXED_IE_LENGTH_, len - _FIXED_IE_LENGTH_, NULL, &wps_ielen);
 
 	/* pbss_network->ies will not include p2p_ie, wfd ie */
-- 
2.52.0
Re: [PATCH v2] staging: rtl8723bs: Fix typo in comment
Posted by Greg KH 1 month, 1 week ago
On Thu, Feb 19, 2026 at 10:33:33AM +0400, Giorgi Tchankvetadze wrote:
> Change "inclued" to "included"
> 
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
> ---
> v2: fix spaces between colons
> 
>  drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
> index a47d0d3fa2b7..038157442348 100644
> --- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
> +++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
> @@ -2264,7 +2264,7 @@ static int rtw_add_beacon(struct adapter *adapter, const u8 *head, size_t head_l
>  
>  	len = head_len + tail_len - 24;
>  
> -	/* check wps ie if inclued */
> +	/* check wps ie if included */
>  	rtw_get_wps_ie(pbuf + _FIXED_IE_LENGTH_, len - _FIXED_IE_LENGTH_, NULL, &wps_ielen);
>  
>  	/* pbss_network->ies will not include p2p_ie, wfd ie */
> -- 
> 2.52.0
> 
> 

You sent 4 different patches that did different things, yet had the same
subject line, making it impossible for me to determine which is which
(this is a v2 to what?)  Please resend these as a series, with unique
subject lines.

thanks,

greg k-h