[PATCH v3 0/4] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c

osjin83@gmail.com posted 4 patches 2 months ago
.../staging/rtl8723bs/hal/rtl8723b_phycfg.c   | 65 ++++++++-----------
1 file changed, 26 insertions(+), 39 deletions(-)
[PATCH v3 0/4] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c
Posted by osjin83@gmail.com 2 months ago
From: Jinemon Tama <osjin83@gmail.com>

Changes in v3:
- Moved operator spacing fix for rtw_write8() go to Patch 1.
- Patch 3 now only performs the line-wrapping for that specific line.

Jinemon Tama (4):
  staging: rtl8723bs: fix spacing around operators in rtl8723b_phycfg.c
  staging: rtl8723bs: remove space after type cast
  staging: rtl8723bs: wrap long lines in rtl8723b_phycfg.c
  staging: rtl8723bs: remove unnecessary blank lines in
    rtl8723b_phycfg.c

 .../staging/rtl8723bs/hal/rtl8723b_phycfg.c   | 65 ++++++++-----------
 1 file changed, 26 insertions(+), 39 deletions(-)

-- 
2.53.0
Re: [PATCH v3 0/4] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c
Posted by Luka Gejak 2 months ago
Hi Jinemod,
v3 seems perfect on my end, and it applies cleanly to staging-next.
So for the patch series:
Reviewed-by: Luka Gejak <luka.gejak@linux.dev>
Re: [PATCH v3 0/4] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c
Posted by Luka Gejak 2 months ago
On April 10, 2026 8:24:56 AM GMT+02:00, Luka Gejak <luka.gejak@linux.dev> wrote:
>Hi Jinemod,
>v3 seems perfect on my end, and it applies cleanly to staging-next.
>So for the patch series:
>Reviewed-by: Luka Gejak <luka.gejak@linux.dev>

Edit: Hi Jinemon*