Re: [PATCH v2] staging: rtl8723bs: Fix spelling mistakes in comments

From: Nikolay Kulikov

Date: Sun May 03 2026 - 11:42:25 EST


On Sun, May 03, 2026 at 07:53:46AM -0700, Aidan Russell wrote:
> Fix several spelling mistakes in comments in the rtl8723bs staging
> driver.
>
> No functional changes.
>
> Signed-off-by: Aidan Russell <aidanlrussell@xxxxxxxxx>
...
> diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c
> index 72d5905a48e9..eca1a5bc79be 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_cmd.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c
> @@ -1650,7 +1650,7 @@ u8 rtw_c2h_packet_wk_cmd(struct adapter *padapter, u8 *pbuf, u16 length)
> return res;
> }
>
> -/* dont call R/W in this function, beucase SDIO interrupt have claim host */
> +/* dont call R/W in this function, because SDIO interrupt have claim host */
^^^^
"dont" is also misspelled - could you change it to "don't" or "do not"
since you are here?

Otherwise, it looks good.


Thanks,
Nikolay