Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8723bs: enum labels naming, coding style
@ 2026-06-10  1:42 Aiman Najjar
  2026-06-10  1:42 ` [PATCH 1/2] staging: rtl8723bs: drop GEN_CMD_CODE macro and capitalize labels Aiman Najjar
  2026-06-10  1:42 ` [PATCH 2/2] staging: rtl8723bs: drop GEN_EVT_CODE " Aiman Najjar
  0 siblings, 2 replies; 3+ messages in thread
From: Aiman Najjar @ 2026-06-10  1:42 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: kernel-janitors, linux-staging, linux-kernel, Aiman Najjar

Enum labels generated by token-pasting macros adopt camel case. This
patch removes the use of macro to generate the enum label names and
adopts new captialized names.

Signed-off-by: Aiman Najjar <aiman@linux.com>
---
Aiman Najjar (2):
      staging: rtl8723bs: drop GEN_CMD_CODE macro and capitalize labels
      staging: rtl8723bs: drop GEN_EVT_CODE macro and capitalize labels

 drivers/staging/rtl8723bs/core/rtw_ap.c          |   4 +-
 drivers/staging/rtl8723bs/core/rtw_cmd.c         | 190 +++++++++++------------
 drivers/staging/rtl8723bs/core/rtw_mlme.c        |   4 +-
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c    |  30 ++--
 drivers/staging/rtl8723bs/include/rtw_cmd.h      | 154 +++++++++---------
 drivers/staging/rtl8723bs/include/rtw_event.h    |   4 -
 drivers/staging/rtl8723bs/include/rtw_mlme_ext.h |  54 +++----
 7 files changed, 214 insertions(+), 226 deletions(-)
---
base-commit: ad4605d69bab07941460db0a0cba88ac5c3302cf
change-id: 20260609-rtl8723bs-code-style-0871b80b6799

Best regards,
--  
Aiman Najjar <aiman@linux.com>


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10  1:42 [PATCH 0/2] staging: rtl8723bs: enum labels naming, coding style Aiman Najjar
2026-06-10  1:42 ` [PATCH 1/2] staging: rtl8723bs: drop GEN_CMD_CODE macro and capitalize labels Aiman Najjar
2026-06-10  1:42 ` [PATCH 2/2] staging: rtl8723bs: drop GEN_EVT_CODE " Aiman Najjar

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