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

Hi Greg, sorry it seems I had used the wrong base tree.
I've rebased now in this v2 series. Thanks for reviewing :)

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.najjar@hurranet.com>
---
Changes in v2:
- Rebased series onto correct upstream tree, i.e. gregkh/staging-testing
  instead of mainline and resolve minor conflicts
- No functional code changes
- Link to v1: https://patch.msgid.link/20260609-rtl8723bs-code-style-v1-0-daa0e85359a6@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: 955bd61f814c3f5a44bb805e1ba55ddb77cb7fdf
change-id: 20260609-rtl8723bs-code-style-0871b80b6799

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


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

end of thread, other threads:[~2026-07-07 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-07 20:43 [PATCH v2 0/2] staging: rtl8723bs: enum labels naming, coding style Aiman Najjar
2026-07-07 20:43 ` [PATCH v2 1/2] staging: rtl8723bs: drop GEN_CMD_CODE macro and capitalize labels Aiman Najjar
2026-07-07 20:43 ` [PATCH v2 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