[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1744268316.git.karanja99erick@gmail.com>
Date: Thu, 10 Apr 2025 10:11:49 +0300
From: Erick Karanja <karanja99erick@...il.com>
To: gregkh@...uxfoundation.org,
outreachy@...ts.linux.dev
Cc: karanja99erick@...il.com,
philipp.g.hortmann@...il.com,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] Improve code readability in rtl8723bs module
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 v2:
Avoid refactoring the code in instances where comments are left dangling
and in instances where refactoring introduces a checkpatch warning "line
exceeds 100 columns"
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: Initialize variables at declaration in
rtl8723bs_xmit.c
staging: rtl8723bs: Initialize variables at declaration in
rtl8723b_hal_init.c
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 81 ++++++-------------
.../staging/rtl8723bs/hal/rtl8723bs_xmit.c | 33 +++-----
2 files changed, 33 insertions(+), 81 deletions(-)
--
2.43.0
Powered by blists - more mailing lists