linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Improve code readability in rtl8723bs module
@ 2025-04-10 13:06 Erick Karanja
  2025-04-10 13:06 ` [PATCH 1/6] staging: rtl8723bs: Improve code readability in sdio_ops.c Erick Karanja
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Erick Karanja @ 2025-04-10 13:06 UTC (permalink / raw)
  To: gregkh, outreachy
  Cc: karanja99erick, philipp.g.hortmann, linux-staging, linux-kernel

The patchset aims at improving code readability by initializing
variables at declaration.
The patches can be applied in any sequence.
found by coccinelle.

Erick Karanja (6):
  staging: rtl8723bs: Improve code readability in sdio_ops.c
  staging: rtl8723bs: Initialize variables at declaration in
    odm_HWConfig.c
  staging: rtl8723bs: Initialize variables at declaration in hal_com.c
  staging: rtl8723bs: Initialize variables at declaration in
    sdio_halinit.c
  staging: rtl8723bs: Initialize variables at declaration in
    hal_btcoex.c
  staging: rtl8723bs: Initialize variables at declaration in
    rtl8723bs_recv.c

 drivers/staging/rtl8723bs/hal/hal_btcoex.c    | 174 +++++-------------
 drivers/staging/rtl8723bs/hal/hal_com.c       |   6 +-
 drivers/staging/rtl8723bs/hal/odm_HWConfig.c  |   3 +-
 .../staging/rtl8723bs/hal/rtl8723bs_recv.c    |  11 +-
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  |  11 +-
 drivers/staging/rtl8723bs/hal/sdio_ops.c      |  59 ++----
 6 files changed, 71 insertions(+), 193 deletions(-)

-- 
2.43.0


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 13:06 [PATCH 0/6] Improve code readability in rtl8723bs module Erick Karanja
2025-04-10 13:06 ` [PATCH 1/6] staging: rtl8723bs: Improve code readability in sdio_ops.c Erick Karanja
2025-04-10 13:06 ` [PATCH 2/6] staging: rtl8723bs: Initialize variables at declaration in odm_HWConfig.c Erick Karanja
2025-04-12 17:36   ` Dan Carpenter
2025-04-10 13:06 ` [PATCH 3/6] staging: rtl8723bs: Initialize variables at declaration in hal_com.c Erick Karanja
2025-04-10 13:06 ` [PATCH 4/6] staging: rtl8723bs: Initialize variables at declaration in sdio_halinit.c Erick Karanja
2025-04-10 13:06 ` [PATCH 5/6] staging: rtl8723bs: Initialize variables at declaration in hal_btcoex.c Erick Karanja
2025-04-10 13:06 ` [PATCH 6/6] staging: rtl8723bs: Initialize variables at declaration in rtl8723bs_recv.c Erick Karanja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).