Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v3 1/3] staging: rtl8723bs: Fix "inclued" typo in ioctl_cfg80211.c
@ 2026-02-24 10:34 Giorgi Tchankvetadze
  2026-02-24 17:59 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Giorgi Tchankvetadze @ 2026-02-24 10:34 UTC (permalink / raw)
  To: gregkh
  Cc: linux-staging, johan, elder, linux-kernel, ethantidmore06,
	Giorgi Tchankvetadze

Change "inclued" to "included"

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
v3: resend as series with unique subject lines (Greg)
v2: fix subject line colon spacing (Ethan)

 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3 1/3] staging: rtl8723bs: Fix "inclued" typo in ioctl_cfg80211.c
  2026-02-24 10:34 [PATCH v3 1/3] staging: rtl8723bs: Fix "inclued" typo in ioctl_cfg80211.c Giorgi Tchankvetadze
@ 2026-02-24 17:59 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2026-02-24 17:59 UTC (permalink / raw)
  To: Giorgi Tchankvetadze
  Cc: linux-staging, johan, elder, linux-kernel, ethantidmore06

On Tue, Feb 24, 2026 at 02:34:11PM +0400, Giorgi Tchankvetadze wrote:
> Change "inclued" to "included"
> 
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
> ---
> v3: resend as series with unique subject lines (Greg)
> v2: fix subject line colon spacing (Ethan)
> 
>  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
> 

None of these patches were "linked" together, they all look as
individual changes.  Can you use 'git send-email' to send a series
for when you send the v4 set?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-24 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24 10:34 [PATCH v3 1/3] staging: rtl8723bs: Fix "inclued" typo in ioctl_cfg80211.c Giorgi Tchankvetadze
2026-02-24 17:59 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox