public inbox for outreachy@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/5] Clean up patches for rtl8723bs driver
@ 2025-03-31 15:37 Erick Karanja
  2025-03-31 15:37 ` [PATCH 1/5] staging: rtl8723bs: use preferred comparison order Erick Karanja
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Erick Karanja @ 2025-03-31 15:37 UTC (permalink / raw)
  To: gregkh, outreachy
  Cc: philipp.g.hortmann, linux-staging, linux-kernel, Erick Karanja

Address different checkpatch warnings and checks
for the staging/rtl8723bs driver.
The patches can be applied in  any sequence.

Erick Karanja (5):
  staging: rtl8723bs: use preferred comparison order
  staging: rtl8723bs: replace kmalloc + memset with kzalloc
  staging: rtl8723bs: add spaces between ternary and binary operators
  staging: rtl8723bs: no space before tabs
  staging: rtl8723bs: Rename variables

 .../staging/rtl8723bs/hal/HalBtc8723b1Ant.c   | 1266 ++++++++---------
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |   64 +-
 .../staging/rtl8723bs/hal/odm_CfoTracking.c   |    4 +-
 .../staging/rtl8723bs/os_dep/osdep_service.c  |    7 +-
 4 files changed, 668 insertions(+), 673 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-03-31 19:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-31 15:37 [PATCH 0/5] Clean up patches for rtl8723bs driver Erick Karanja
2025-03-31 15:37 ` [PATCH 1/5] staging: rtl8723bs: use preferred comparison order Erick Karanja
2025-03-31 15:37 ` [PATCH 2/5] staging: rtl8723bs: replace kmalloc + memset with kzalloc Erick Karanja
2025-03-31 19:05   ` Julia Lawall
2025-03-31 15:37 ` [PATCH 3/5] staging: rtl8723bs: add spaces between ternary and binary operators Erick Karanja
2025-03-31 15:37 ` [PATCH 4/5] staging: rtl8723bs: no space before tabs Erick Karanja
2025-03-31 16:01   ` Julia Lawall
2025-03-31 15:37 ` [PATCH 5/5] staging: rtl8723bs: Rename variables Erick Karanja
2025-03-31 19:08   ` Julia Lawall

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