Re: [PATCH v6 1/4] staging: rtl8723bs: shorten long lines in hal/sdio_halinit.c
From: Dan Carpenter
Date: Thu May 21 2026 - 10:56:36 EST
On Thu, May 21, 2026 at 03:47:53PM +0200, Artur Ugnivenko wrote:
> Fix checkpatch warnings on lines above 100 chars in length by splitting
> long function calls and long comments into multiple lines.
>
> Signed-off-by: Artur Ugnivenko <artur.ugnivenko@xxxxxx>
> ---
> drivers/staging/rtl8723bs/hal/sdio_halinit.c | 52 ++++++++++++++++----
> 1 file changed, 42 insertions(+), 10 deletions(-)
You need to add a note about about what changed between each version.
https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/
regards,
dan carpenter