[PATCH v2 0/2] staging: rtl8723bs: enum labels naming, coding style
Aiman Najjar <[email protected]> Tue, 07 Jul 2026 16:43:38 -0400
| Newsgroups | gmane.linux.kernel.janitors,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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/[email protected] --- 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 <[email protected]>