[PATCH v3 0/7] rename/remove functions and code style cleanup

Linus Probert posted 7 patches 16 hours ago
drivers/staging/rtl8723bs/core/rtw_efuse.c    | 22 ++++++-------
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 33 +++++++++++--------
drivers/staging/rtl8723bs/hal/sdio_halinit.c  |  2 +-
drivers/staging/rtl8723bs/include/rtw_efuse.h | 14 ++++----
4 files changed, 37 insertions(+), 34 deletions(-)
[PATCH v3 0/7] rename/remove functions and code style cleanup
Posted by Linus Probert 16 hours ago
Thanks for the feedback on my last patch. I have adapted the following:

- Split each global function rename into their own patch. (1 - 5)
- Placed the removed functions in their own patch. (6)
- Created one additional patch for removal of a "space before tab"
  warning. (7)

Br,
Linus

Linus Probert (7):
  staging: rtl8723bs: rename global function to snake_case
  staging: rtl8723bs: rename global function to snake_case
  staging: rtl8723bs: rename global function to snake_case
  staging: rtl8723bs: rename global function to snake_case
  staging: rtl8723bs: rename global function to snake_case
  staging: rtl8723bs: remove unused global functions
  staging: rtl8723bs: remove space before tab

 drivers/staging/rtl8723bs/core/rtw_efuse.c    | 22 ++++++-------
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 33 +++++++++++--------
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  |  2 +-
 drivers/staging/rtl8723bs/include/rtw_efuse.h | 14 ++++----
 4 files changed, 37 insertions(+), 34 deletions(-)

-- 
2.53.0
Re: [PATCH v3 0/7] rename/remove functions and code style cleanup
Posted by Ethan Tidmore 6 hours ago
On Tue Mar 31, 2026 at 10:53 AM CDT, Linus Probert wrote:
> Thanks for the feedback on my last patch. I have adapted the following:
>
> - Split each global function rename into their own patch. (1 - 5)
> - Placed the removed functions in their own patch. (6)
> - Created one additional patch for removal of a "space before tab"
>   warning. (7)
>
> Br,
> Linus
>
> Linus Probert (7):
>   staging: rtl8723bs: rename global function to snake_case
>   staging: rtl8723bs: rename global function to snake_case
>   staging: rtl8723bs: rename global function to snake_case
>   staging: rtl8723bs: rename global function to snake_case
>   staging: rtl8723bs: rename global function to snake_case
>   staging: rtl8723bs: remove unused global functions
>   staging: rtl8723bs: remove space before tab
>
>  drivers/staging/rtl8723bs/core/rtw_efuse.c    | 22 ++++++-------
>  .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 33 +++++++++++--------
>  drivers/staging/rtl8723bs/hal/sdio_halinit.c  |  2 +-
>  drivers/staging/rtl8723bs/include/rtw_efuse.h | 14 ++++----
>  4 files changed, 37 insertions(+), 34 deletions(-)

Please add "staging: rtl8723bs" to your cover letter header. I have a
filter for rtl8723bs and not getting your cover letter was very confusing.

You don't have to resend the series for this reason however.

Thanks, 

ET