From: Aiman Najjar <aiman@linux.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: kernel-janitors@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org, Aiman Najjar <aiman@linux.com>
Subject: [PATCH 0/2] staging: rtl8723bs: enum labels naming, coding style
Date: Tue, 09 Jun 2026 21:42:54 -0400 [thread overview]
Message-ID: <20260609-rtl8723bs-code-style-v1-0-daa0e85359a6@linux.com> (raw)
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>
next reply other threads:[~2026-06-10 1:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-10 1:42 Aiman Najjar [this message]
2026-06-10 1:42 ` [PATCH 1/2] staging: rtl8723bs: drop GEN_CMD_CODE macro and capitalize labels Aiman Najjar
2026-07-07 11:07 ` Greg Kroah-Hartman
2026-06-10 1:42 ` [PATCH 2/2] staging: rtl8723bs: drop GEN_EVT_CODE " Aiman Najjar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260609-rtl8723bs-code-style-v1-0-daa0e85359a6@linux.com \
--to=aiman@linux.com \
--cc=gregkh@linuxfoundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.