Re: [PATCH v3 3/3] staging: rtl8723bs: Fix "adpative" typo in rtw_xmit.h

From: Dan Carpenter

Date: Tue Feb 24 2026 - 06:14:05 EST


On Tue, Feb 24, 2026 at 02:34:13PM +0400, Giorgi Tchankvetadze wrote:
> Change "adpative" to "adaptive"
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
> ---
> v3: resend as series with unique subject lines (Greg)
>
> drivers/staging/rtl8723bs/include/rtw_xmit.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/include/rtw_xmit.h b/drivers/staging/rtl8723bs/include/rtw_xmit.h
> index 544468f57692..67a5d5f78a1d 100644
> --- a/drivers/staging/rtl8723bs/include/rtw_xmit.h
> +++ b/drivers/staging/rtl8723bs/include/rtw_xmit.h
> @@ -157,7 +157,7 @@ struct pkt_attrib {
> u8 key_idx;
> u8 qos_en;
> u8 ht_en;
> - u8 raid;/* rate adpative id */
> + u8 raid;/* rate adaptive id */

Add a space before the /*.

regards,
dan carpenter