Re: [PATCH 0/3] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c
From: Luka Gejak
Date: Wed Apr 08 2026 - 12:42:27 EST
On Wed Apr 8, 2026 at 12:32 PM CEST, osjin83 wrote:
> From: tas0dev <osjin83@xxxxxxxxx>
>
> This patch series fixes various coding style issues in rtl8723b_phycfg.c
> as reported by checkpatch.pl
>
> The changes include:
> - Fixing spacing around binary and bitwise operators.
> - Formatting type casts and aligning function parameters.
> - Removing unnecessary blank lines to improve code readability.
>
> These are purely cosmetic changes to bring the driver closer to the
> Linux kernel coding style.
>
> I wanted to contribute to Linux, but in the end, I could only make a small change. I'm sorry.
All contributions are welcome :)
My reviews will be sent shortly.
>
> tas0dev (3):
> staging: rtl8723bs: fix spacing around operators in rtl8723b_phycfg.c
> staging: rtl8723bs: fix casting and alignment spacing 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(-)