public inbox for outreachy@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: rtl8723bs: code cleanup patches
@ 2025-03-28 12:39 Abraham Samuel Adekunle
  2025-03-28 12:39 ` [PATCH 1/5] staging: rtl8723bs: correct coding style by preventing lines from ending with '(' Abraham Samuel Adekunle
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Abraham Samuel Adekunle @ 2025-03-28 12:39 UTC (permalink / raw)
  To: outreachy
  Cc: gregkh, linux-staging, linux-kernel, julia.lawall,
	Abraham Samuel Adekunle

This patch is created to address different checkpatch warnings and checks
for the staging/rtl8723bs module.
The patches are to be applied in sequence.

Abraham Samuel Adekunle (5):
  staging: rtl8723bs: correct coding style by preventing lines from
    ending with '('
  staging: rtl8723bs: align function return type and name on the same
    line
  staging: rtl8723bs: add spaces around binary and ternary operators
  staging: rtl8723bs: correct placement of braces around if-else block
  staging: rtl8723bs: modify variable names to comply with kernel naming
    convention

 drivers/staging/rtl8723bs/core/rtw_ap.c       | 232 +++++-------------
 drivers/staging/rtl8723bs/core/rtw_cmd.c      |  42 ++--
 drivers/staging/rtl8723bs/core/rtw_efuse.c    | 117 +++------
 .../staging/rtl8723bs/core/rtw_ieee80211.c    |  77 +++---
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    |   6 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c     |  67 ++---
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 153 ++++++------
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |  21 +-
 drivers/staging/rtl8723bs/core/rtw_recv.c     |  36 +--
 .../staging/rtl8723bs/core/rtw_wlan_util.c    |  18 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c     |   8 +-
 11 files changed, 315 insertions(+), 462 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-04-03  2:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 12:39 [PATCH 0/5] staging: rtl8723bs: code cleanup patches Abraham Samuel Adekunle
2025-03-28 12:39 ` [PATCH 1/5] staging: rtl8723bs: correct coding style by preventing lines from ending with '(' Abraham Samuel Adekunle
2025-03-28 12:39 ` [PATCH 2/5] staging: rtl8723bs: align function return type and name on the same line Abraham Samuel Adekunle
2025-03-28 12:39 ` [PATCH 3/5] staging: rtl8723bs: add spaces around binary and ternary operators Abraham Samuel Adekunle
2025-03-28 12:39 ` [PATCH 4/5] staging: rtl8723bs: correct placement of braces around if-else block Abraham Samuel Adekunle
2025-03-28 12:39 ` [PATCH 5/5] staging: rtl8723bs: modify variable names to comply with kernel naming convention Abraham Samuel Adekunle
2025-03-28 14:55   ` Julia Lawall
2025-03-28 15:08     ` Samuel Abraham
2025-03-28 15:13       ` Julia Lawall
2025-03-28 15:17         ` Samuel Abraham
2025-04-03  2:35   ` kernel test robot

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