From: Erick Karanja <karanja99erick@gmail.com>
To: gregkh@linuxfoundation.org, outreachy@lists.linux.dev
Cc: karanja99erick@gmail.com, philipp.g.hortmann@gmail.com,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/2] Improve code readability in rtl8723bs module
Date: Thu, 10 Apr 2025 10:11:49 +0300 [thread overview]
Message-ID: <cover.1744268316.git.karanja99erick@gmail.com> (raw)
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
next reply other threads:[~2025-04-10 7:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-10 7:11 Erick Karanja [this message]
2025-04-10 7:11 ` [PATCH v3 1/2] staging: rtl8723bs: Initialize variables at declaration in rtl8723bs_xmit.c Erick Karanja
2025-04-10 7:11 ` [PATCH v3 2/2] staging: rtl8723bs: Initialize variables at declaration in rtl8723b_hal_init.c Erick Karanja
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1744268316.git.karanja99erick@gmail.com \
--to=karanja99erick@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=outreachy@lists.linux.dev \
--cc=philipp.g.hortmann@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.