From: "Luka Gejak" <luka.gejak@linux.dev>
To: "Henrique Cazarim" <hcazarim@yahoo.com>,
<linux-staging@lists.linux.dev>, <linux-kernel@vger.kernel.org>,
<gregkh@linuxfoundation.org>
Cc: <~lkcamp/patches@lists.sr.ht>, <koike@igalia.com>,
"Luka Gejak" <luka.gejak@linux.dev>
Subject: Re: [PATCH] staging: rtl8723bs: add spaces arround |
Date: Fri, 24 Apr 2026 15:54:09 +0200 [thread overview]
Message-ID: <DI1FP5D1H7G9.3QXHKZY9LPEQW@linux.dev> (raw)
In-Reply-To: <20260423201212.77701-1-hcazarim@yahoo.com>
On Thu Apr 23, 2026 at 10:12 PM CEST, Henrique Cazarim wrote:
Hi Henrique,
thanks for the patch, few notes below.
> Fix checkpatch error "CHECK: spaces preferred around that '|'"
> in rtw_ioctl_set.c:154.
What is this indentation, it shouldn't be there especially not with
spaces. Also same in subject "[PATCH] staging:" is wrong. There
should be only one space between [PATCH] and staging, so:
"[PATCH] staging:". One more thing regarding the subject, it should be
more descriptive of actual change. "add spaces arround |" doesn't give
any additional information. You should at least say what is change
affecting or where is the change located. Something like: "add spaces
arround | in rtw_set_802_11_ssid".
>
> Signed-off-by: Henrique Cazarim <hcazarim@yahoo.com>
> ---
>
^^^^^
Also you have unnecessary blank line above.
> Hey, this is my first patch, I appreciate any feedback, thanks!
> ---
> drivers/staging/rtl8723bs/core/rtw_ioctl_set.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/core/rtw_ioctl_set.c b/drivers/staging/rtl8723bs/core/rtw_ioctl_set.c
> index c70541f95a73..edfb4b5e8db0 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_ioctl_set.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_ioctl_set.c
> @@ -151,7 +151,7 @@ u8 rtw_set_802_11_ssid(struct adapter *padapter, struct ndis_802_11_ssid *ssid)
> else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true)
> goto release_mlme_lock;
>
> - if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == true) {
> + if (check_fwstate(pmlmepriv, _FW_LINKED | WIFI_ADHOC_MASTER_STATE) == true) {
> if ((pmlmepriv->assoc_ssid.ssid_length == ssid->ssid_length) &&
> (!memcmp(&pmlmepriv->assoc_ssid.ssid, ssid->ssid, ssid->ssid_length))) {
> if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == false) {
Please send v2 with mentioned changes, code itself it good and should be
left as is.
Best regards,
Luka Gejak
prev parent reply other threads:[~2026-04-24 13:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260423201212.77701-1-hcazarim.ref@yahoo.com>
2026-04-23 20:12 ` [PATCH] staging: rtl8723bs: add spaces arround | Henrique Cazarim
2026-04-24 13:54 ` Luka Gejak [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=DI1FP5D1H7G9.3QXHKZY9LPEQW@linux.dev \
--to=luka.gejak@linux.dev \
--cc=gregkh@linuxfoundation.org \
--cc=hcazarim@yahoo.com \
--cc=koike@igalia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=~lkcamp/patches@lists.sr.ht \
/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