From: Sevinj Aghayeva <sevinj.aghayeva@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
outreachy@lists.linux.dev,
Sevinj Aghayeva <sevinj.aghayeva@gmail.com>
Subject: [PATCH 0/5] rtl8723bs cleanup
Date: Mon, 4 Apr 2022 23:16:07 -0400 [thread overview]
Message-ID: <cover.1649128267.git.sevinj.aghayeva@gmail.com> (raw)
These patches fix five categories of checkpatch warnings, such as redundant
braces, and redundant else branches in file rtw_mlme_ext.c, which is part of the
rtl8723bs driver. False positives, such as
if (foo) {
/* TODO: ... */
}
were not altered.
Sevinj Aghayeva (5):
staging: rtl8723bs: remove redundant braces in if statements
staging: rtl8723bs: remove redundant else branches
staging: rtl8723bs: remove return from a function returning void
staging: rtl8723bs: fix indentation
staging: rtl8723bs: remove space after function name
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 160 +++++++-----------
1 file changed, 64 insertions(+), 96 deletions(-)
--
2.25.1
next reply other threads:[~2022-04-05 3:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-05 3:16 Sevinj Aghayeva [this message]
2022-04-05 3:16 ` [PATCH 1/5] staging: rtl8723bs: remove redundant braces in if statements Sevinj Aghayeva
2022-04-05 3:16 ` [PATCH 2/5] staging: rtl8723bs: remove redundant else branches Sevinj Aghayeva
2022-04-05 3:16 ` [PATCH 3/5] staging: rtl8723bs: remove return from a function returning void Sevinj Aghayeva
2022-04-05 3:16 ` [PATCH 4/5] staging: rtl8723bs: fix indentation Sevinj Aghayeva
2022-04-05 14:05 ` Greg Kroah-Hartman
2022-04-05 3:16 ` [PATCH 5/5] staging: rtl8723bs: remove space after function name Sevinj Aghayeva
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.1649128267.git.sevinj.aghayeva@gmail.com \
--to=sevinj.aghayeva@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=outreachy@lists.linux.dev \
/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.