[PATCH 0/9] staging: rtl8723bs: coding style cleanup in hal_com.c

Marc Finkelbaum posted 9 patches 2 months ago
drivers/staging/rtl8723bs/hal/hal_com.c | 296 ++++++++++++------------
1 file changed, 146 insertions(+), 150 deletions(-)
[PATCH 0/9] staging: rtl8723bs: coding style cleanup in hal_com.c
Posted by Marc Finkelbaum 2 months ago
This series cleans up checkpatch --strict warnings in
drivers/staging/rtl8723bs/hal/hal_com.c. All changes are purely
cosmetic; the compiled .text section is byte-identical before
and after the series (verified with objdump -d).

Marc Finkelbaum (9):
  staging: rtl8723bs: remove extra blank lines
  staging: rtl8723bs: fix space-before-tab whitespace
  staging: rtl8723bs: fix block comment alignment
  staging: rtl8723bs: add spaces around binary operators
  staging: rtl8723bs: add space before inline block comments
  staging: rtl8723bs: fix Yoda conditions and == false comparisons
  staging: rtl8723bs: reformat multi-line function signatures
  staging: rtl8723bs: reformat switch-case blocks with braced bodies
  staging: rtl8723bs: wrap long lines and fix argument alignment

 drivers/staging/rtl8723bs/hal/hal_com.c | 296 ++++++++++++------------
 1 file changed, 146 insertions(+), 150 deletions(-)

-- 
2.53.0
Re: [PATCH 0/9] staging: rtl8723bs: coding style cleanup in hal_com.c
Posted by regpac youtube 2 months ago
Please disregard this series. I'll resend a cleaner version addressing
the feedback from Andy. Thanks, Marc

вт, 14 апр. 2026 г. в 12:58, Marc Finkelbaum <regpacy@gmail.com>:
>
> This series cleans up checkpatch --strict warnings in
> drivers/staging/rtl8723bs/hal/hal_com.c. All changes are purely
> cosmetic; the compiled .text section is byte-identical before
> and after the series (verified with objdump -d).
>
> Marc Finkelbaum (9):
>   staging: rtl8723bs: remove extra blank lines
>   staging: rtl8723bs: fix space-before-tab whitespace
>   staging: rtl8723bs: fix block comment alignment
>   staging: rtl8723bs: add spaces around binary operators
>   staging: rtl8723bs: add space before inline block comments
>   staging: rtl8723bs: fix Yoda conditions and == false comparisons
>   staging: rtl8723bs: reformat multi-line function signatures
>   staging: rtl8723bs: reformat switch-case blocks with braced bodies
>   staging: rtl8723bs: wrap long lines and fix argument alignment
>
>  drivers/staging/rtl8723bs/hal/hal_com.c | 296 ++++++++++++------------
>  1 file changed, 146 insertions(+), 150 deletions(-)
>
> --
> 2.53.0