[PATCH v2 0/4] staging: rtl8723bs: Fix coding style in ieee80211.h
From: Pramod Maurya
Date: Sun May 10 2026 - 13:53:16 EST
This series fixes four separate checkpatch.pl issues in ieee80211.h,
split into one patch per logical change:
1. Replace __attribute__((packed)) with __packed in struct definitions.
2. Fix comparison direction and wrap macro arguments in parentheses
in IS_CCK_RATE and IS_OFDM_RATE.
3. Fix block comment style: move trailing '*/' to its own line and
add ' * ' prefix to continuation lines.
4. Enclose the CHAN_ARG macro body in outer parentheses.
v2: Split into one patch per logical change as requested by Nikolay
Kulikov. Previous combined patch was sent as
"[PATCH] staging: rtl8723bs: Fix coding style in ieee80211.h".
Pramod Maurya (4):
staging: rtl8723bs: Replace __attribute__((packed)) with __packed in
ieee80211.h
staging: rtl8723bs: Fix comparison style in IS_CCK_RATE and
IS_OFDM_RATE macros
staging: rtl8723bs: Fix block comment style in ieee80211.h
staging: rtl8723bs: Enclose CHAN_ARG macro body in parentheses
drivers/staging/rtl8723bs/include/ieee80211.h | 60 ++++++++++---------
1 file changed, 31 insertions(+), 29 deletions(-)
--
2.52.0