public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 0/7] rename/remove functions and code style cleanup
@ 2026-03-31 15:53 Linus Probert
  2026-03-31 15:53 ` [PATCH v3 1/7] staging: rtl8723bs: rename global function to snake_case Linus Probert
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Linus Probert @ 2026-03-31 15:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, linux-kernel, Linus Probert

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-04-01 10:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 15:53 [PATCH v3 0/7] rename/remove functions and code style cleanup Linus Probert
2026-03-31 15:53 ` [PATCH v3 1/7] staging: rtl8723bs: rename global function to snake_case Linus Probert
2026-03-31 15:53 ` [PATCH v3 2/7] " Linus Probert
2026-03-31 15:53 ` [PATCH v3 3/7] " Linus Probert
2026-03-31 15:53 ` [PATCH v3 4/7] " Linus Probert
2026-03-31 15:53 ` [PATCH v3 5/7] " Linus Probert
2026-03-31 15:53 ` [PATCH v3 6/7] staging: rtl8723bs: remove unused global functions Linus Probert
2026-03-31 15:53 ` [PATCH v3 7/7] staging: rtl8723bs: remove space before tab Linus Probert
2026-04-01  1:39 ` [PATCH v3 0/7] rename/remove functions and code style cleanup Ethan Tidmore
2026-04-01 10:05 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox