From: Greg KH <gregkh@linuxfoundation.org>
To: Ayushman Rout <ayushmanrout27@gmail.com>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: fix line lengths in rtw_cmd.c
Date: Mon, 11 May 2026 18:57:31 +0200 [thread overview]
Message-ID: <2026051113-peso-smoked-d8b1@gregkh> (raw)
In-Reply-To: <20260511152932.5894-1-ayushmanrout27@gmail.com>
On Mon, May 11, 2026 at 08:59:32PM +0530, Ayushman Rout wrote:
> Fixed 2 lines exceeding 100 characters
>
> Signed-off-by: Ayushman Rout <ayushmanrout27@gmail.com>
> ---
> drivers/staging/rtl8723bs/core/rtw_cmd.c | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c
> index c1185c25ed36..e6857c9351ce 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_cmd.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c
> @@ -184,7 +184,8 @@ int rtw_init_cmd_priv(struct cmd_priv *pcmdpriv)
> return -ENOMEM;
> }
>
> - pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) & 3);
> + pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 -
> + ((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) & 3);
>
> pcmdpriv->cmd_issued_cnt = 0;
> pcmdpriv->cmd_done_cnt = 0;
> @@ -735,12 +736,16 @@ u8 rtw_joinbss_cmd(struct adapter *padapter, struct wlan_network *pnetwork)
> if (!pmlmepriv->assoc_by_bssid)
> memcpy(&pmlmepriv->assoc_bssid[0], &pnetwork->network.mac_address[0], ETH_ALEN);
>
> - psecnetwork->ie_length = rtw_restruct_sec_ie(padapter, &pnetwork->network.ies[0], &psecnetwork->ies[0], pnetwork->network.ie_length);
> + psecnetwork->ie_length = rtw_restruct_sec_ie
> + (padapter, &pnetwork->network.ies[0],
> + &psecnetwork->ies[0], pnetwork->network.ie_length);
Did you forget to run checkpatch on your patch?
Please always do so.
thanks,
greg k-h
next prev parent reply other threads:[~2026-05-11 16:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 15:29 [PATCH] staging: rtl8723bs: fix line lengths in rtw_cmd.c Ayushman Rout
2026-05-11 16:57 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-05-12 6:31 Ayushman Rout
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=2026051113-peso-smoked-d8b1@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=ayushmanrout27@gmail.com \
--cc=linux-kernel@vger.kernel.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