[PATCH v2 0/2] Improve code readability in rtl8723bs module
Erick Karanja <[email protected]> Wed, 9 Apr 2025 13:04:03 +0300
| Newsgroups | dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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