Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/3] rename rt_channel_info members to snake_case
@ 2026-03-21 15:13 Marcos Andrade
  2026-03-21 15:13 ` [PATCH 1/3] staging: rtl8723bs: " Marcos Andrade
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marcos Andrade @ 2026-03-21 15:13 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Marcos Andrade

his series renames the CamelCase member names ChannelNum and ScanType
of struct rt_channel_info to their snake_case equivalents channel_num
and scan_type, updating all their usages across the driver.

Note: Some pre-existing checkpatch warnings remain in rtw_mlme_ext.c
regarding line length and CamelCase usage unrelated to this series.

Marcos Andrade (3):
  staging: rtl8723bs: rename rt_channel_info members to snake_case
  staging: rtl8723bs: rename rt_channel_info members to snake_case
  staging: rtl8723bs: update rt_channel_info member usage to snake_case
    in wifi_reged.c

 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 82 +++++++++----------
 .../staging/rtl8723bs/include/rtw_mlme_ext.h  |  4 +-
 drivers/staging/rtl8723bs/os_dep/wifi_regd.c  |  4 +-
 3 files changed, 45 insertions(+), 45 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-21 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-21 15:13 [PATCH 0/3] rename rt_channel_info members to snake_case Marcos Andrade
2026-03-21 15:13 ` [PATCH 1/3] staging: rtl8723bs: " Marcos Andrade
2026-03-21 15:30   ` Dan Carpenter
2026-03-21 15:13 ` [PATCH 2/3] " Marcos Andrade
2026-03-21 15:30   ` Dan Carpenter
2026-03-21 15:13 ` [PATCH 3/3] staging: rtl8723bs: update rt_channel_info member usage to snake_case in wifi_reged.c Marcos Andrade

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