The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: rtl8723bs: Fix coding style in ieee80211.h
@ 2026-05-10 17:52 Pramod Maurya
  2026-05-10 17:52 ` [PATCH v2 1/4] staging: rtl8723bs: Replace __attribute__((packed)) with __packed " Pramod Maurya
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pramod Maurya @ 2026-05-10 17:52 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, nikolayof23, Pramod Maurya

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


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

end of thread, other threads:[~2026-05-11  8:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-10 17:52 [PATCH v2 0/4] staging: rtl8723bs: Fix coding style in ieee80211.h Pramod Maurya
2026-05-10 17:52 ` [PATCH v2 1/4] staging: rtl8723bs: Replace __attribute__((packed)) with __packed " Pramod Maurya
2026-05-10 17:52 ` [PATCH v2 2/4] staging: rtl8723bs: Fix comparison style in IS_CCK_RATE and IS_OFDM_RATE macros Pramod Maurya
2026-05-11  3:48   ` Nikolay Kulikov
2026-05-11  8:11   ` Greg KH
2026-05-10 17:52 ` [PATCH v2 3/4] staging: rtl8723bs: Fix block comment style in ieee80211.h Pramod Maurya
2026-05-10 17:52 ` [PATCH v2 4/4] staging: rtl8723bs: Enclose CHAN_ARG macro body in parentheses Pramod Maurya
2026-05-10 19:58   ` Nikolay Kulikov
2026-05-11  8:12   ` Greg KH

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