[PATCH v4 0/4] staging: rtl8723bs: fix several style issues in hal/sdio_halinit.c

Artur Ugnivenko posted 4 patches 6 days, 16 hours ago
Only 3 patches received!
There is a newer version of this series
drivers/staging/rtl8723bs/hal/sdio_halinit.c | 124 +++++++++++--------
1 file changed, 71 insertions(+), 53 deletions(-)
[PATCH v4 0/4] staging: rtl8723bs: fix several style issues in hal/sdio_halinit.c
Posted by Artur Ugnivenko 6 days, 16 hours ago
Fix the following checkpatch warnings in hal/sdio_halinit.c:
- lines longer than 100 chars
- inconsistent brackets around else statements
- excessive empty lines
- lines ending in parentheses

Changes in v4: Fixed the long line checkpatch warning in patch 2.

Artur Ugnivenko (4):
  staging: rtl8723bs: shorten long lines in hal/sdio_halinit.c
  staging: rtl8723bs: fix inconsistent braces in hal/sdio_halinit.c
  staging: rtl8723bs: remove excessive whitespace in hal/sdio_halinit.c
  staging: rtl8723bs: fix lines ending in parentheses in
    hal/sdio_halinit.c

 drivers/staging/rtl8723bs/hal/sdio_halinit.c | 124 +++++++++++--------
 1 file changed, 71 insertions(+), 53 deletions(-)

-- 
2.54.0
Re: [PATCH v4 0/4] staging: rtl8723bs: fix several style issues in hal/sdio_halinit.c
Posted by Greg KH 3 days, 19 hours ago
On Mon, May 18, 2026 at 02:25:39PM +0200, Artur Ugnivenko wrote:
> Fix the following checkpatch warnings in hal/sdio_halinit.c:
> - lines longer than 100 chars
> - inconsistent brackets around else statements
> - excessive empty lines
> - lines ending in parentheses
> 
> Changes in v4: Fixed the long line checkpatch warning in patch 2.

You have to show ALL of the version information, from v1 -> v4.

Also, patch 4/4 was sent in an odd way.  Please always start a new
thread for when you have a new version of the series, otherwise things
get very confusing, don't you agree?

thanks,

greg k-h