[PATCH v2 0/2] Improve code readability in rtl8723bs module

Erick Karanja posted 2 patches 10 months ago
There is a newer version of this series
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 84 ++++++-------------
.../staging/rtl8723bs/hal/rtl8723bs_xmit.c    | 39 +++------
2 files changed, 36 insertions(+), 87 deletions(-)
[PATCH v2 0/2] Improve code readability in rtl8723bs module
Posted by Erick Karanja 10 months ago
The patchset aims at improving code readability by initializing
variables at declaration.Key consideration is made to ensure that the
code is clean, maintainable and easy to debug.

changes since v1:
Avoid mixing pre-initialized variables with not-initialized variables
and handle an edge case where initialization is made to function call.

Erick Karanja (2):
  staging: rtl8723bs: Improve code readability
  staging: rtl8723bs: Initializing variables at declaration

 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 84 ++++++-------------
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    | 39 +++------
 2 files changed, 36 insertions(+), 87 deletions(-)

-- 
2.43.0