From: Greg KH <gregkh@linuxfoundation.org>
To: Andrei Khomenkov <khomenkov@mailbox.org>
Cc: linux-staging@lists.linux.dev
Subject: Re: [PATCH] staging: rtl8723bs: clean up booleans and parentheses
Date: Mon, 30 Mar 2026 17:59:59 +0200 [thread overview]
Message-ID: <2026033039-backed-parsnip-7096@gregkh> (raw)
In-Reply-To: <20260325110143.35466-1-khomenkov@mailbox.org>
On Wed, Mar 25, 2026 at 02:01:43PM +0300, Andrei Khomenkov wrote:
> Simplify boolean comparisons and remove unnecessary parentheses to
> improve code readability and match the kernel coding style.
>
> Signed-off-by: Andrei Khomenkov <khomenkov@mailbox.org>
> ---
> drivers/staging/rtl8723bs/core/rtw_btcoex.c | 4 +-
> .../staging/rtl8723bs/core/rtw_ieee80211.c | 2 +-
> .../staging/rtl8723bs/core/rtw_ioctl_set.c | 40 +++++------
> drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +-
> drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 4 +-
> drivers/staging/rtl8723bs/core/rtw_recv.c | 69 ++++++++++---------
> drivers/staging/rtl8723bs/core/rtw_sta_mgt.c | 2 +-
> .../staging/rtl8723bs/core/rtw_wlan_util.c | 16 ++---
> drivers/staging/rtl8723bs/core/rtw_xmit.c | 31 +++++----
> drivers/staging/rtl8723bs/hal/hal_btcoex.c | 10 +--
> drivers/staging/rtl8723bs/hal/hal_com.c | 2 +-
> .../staging/rtl8723bs/hal/hal_com_phycfg.c | 2 +-
> drivers/staging/rtl8723bs/hal/hal_intf.c | 4 +-
> drivers/staging/rtl8723bs/hal/odm.c | 9 ++-
> .../staging/rtl8723bs/hal/odm_CfoTracking.c | 2 +-
> drivers/staging/rtl8723bs/hal/odm_DIG.c | 22 +++---
> drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c | 2 +-
> drivers/staging/rtl8723bs/hal/rtl8723b_dm.c | 10 +--
> .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 9 +--
> .../staging/rtl8723bs/hal/rtl8723bs_recv.c | 2 +-
> .../staging/rtl8723bs/hal/rtl8723bs_xmit.c | 2 +-
> drivers/staging/rtl8723bs/hal/sdio_halinit.c | 6 +-
> .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 41 +++++------
> .../staging/rtl8723bs/os_dep/sdio_ops_linux.c | 4 +-
> drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 11 ++-
> 25 files changed, 153 insertions(+), 155 deletions(-)
>
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- Your patch did many different things all at once, making it difficult
to review. All Linux kernel patches need to only do one thing at a
time. If you need to do multiple things (such as clean up all coding
style issues in a file/driver), do it in a sequence of patches, each
one doing only one thing. This will make it easier to review the
patches to ensure that they are correct, and to help alleviate any
merge issues that larger patches can cause.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
prev parent reply other threads:[~2026-03-30 16:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-25 11:01 [PATCH] staging: rtl8723bs: clean up booleans and parentheses Andrei Khomenkov
2026-03-30 7:50 ` luka.gejak
2026-03-30 15:59 ` Greg KH [this message]
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=2026033039-backed-parsnip-7096@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=khomenkov@mailbox.org \
--cc=linux-staging@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox