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