Re: [PATCH v2] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes

From: Dan Carpenter
Date: Thu Dec 29 2022 - 03:58:10 EST


On Thu, Dec 29, 2022 at 12:23:33PM +0530, Anup Sharma wrote:
> They are appear to be spelling mistakes, initially identified in a codespell report and never been addressed so far.

You're going to need to wrap this line. It's too long. Run
scripts/checkpatch.pl on your patches before sending them.

>
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:656: regsiters ==> registers
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:1696: beacause ==> because
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:2092: Checl ==> Check
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:2513: checksume ==> checksum
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:2726: sequense ==> sequence
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:2780: vlaue ==> value
> drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:3409: equall ==> equal, equally
>
> Signed-off-by: Anup Sharma <anupnewsmail@xxxxxxxxx>
>
> Changes in v2:
> - Added codespell report to make the commit message more clearer.
> ---
^^^
You need to put the v2 note under this --- cut off marker.

https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/

v3 now.

regards,
dan carpenter