public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: "Ethan Tidmore" <ethantidmore06@gmail.com>
To: "Esther Zilberberg" <esty5664@gmail.com>,
	<gregkh@linuxfoundation.org>, <arthur.stupa@gmail.com>,
	<jannik@jrehkemper.de>, <william.hansen.baird@gmail.com>,
	<kaizhetan@yahoo.com>, <s9430939@naver.com>,
	<straube.linux@gmail.com>, <ysinghcin@gmail.com>,
	<kees@kernel.org>
Cc: <linux-staging@lists.linux.dev>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3] staging: rtl8723bs: rename supportRateNum to support_rate_num
Date: Mon, 09 Mar 2026 14:49:20 -0500	[thread overview]
Message-ID: <DGYIG1G9HUYB.30NLQ60XSCQLW@gmail.com> (raw)
In-Reply-To: <20260309095543.14495-1-esty5664@gmail.com>

On Mon Mar 9, 2026 at 4:55 AM CDT, Esther Zilberberg wrote:
> Rename supportRateNum to support_rate_num to fix warning
> reported by checkpatch.pl.
>
> Signed-off-by: Esther Zilberberg <esty5664@gmail.com>
> ---

...

> -			if (supportRateNum + ie_len <= sizeof(supportRate)) {
> -				memcpy(supportRate+supportRateNum, p+2, ie_len);
> -				supportRateNum += ie_len;
> +			if (support_rate_num + ie_len <= sizeof(supportRate)) {
> +				memcpy(supportRate + support_rate_num, p + 2, ie_len);

Adding space around operators is a unrelated change.

Thanks,

ET

      reply	other threads:[~2026-03-09 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-09  9:55 [PATCH v3] staging: rtl8723bs: rename supportRateNum to support_rate_num Esther Zilberberg
2026-03-09 19:49 ` Ethan Tidmore [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=DGYIG1G9HUYB.30NLQ60XSCQLW@gmail.com \
    --to=ethantidmore06@gmail.com \
    --cc=arthur.stupa@gmail.com \
    --cc=esty5664@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jannik@jrehkemper.de \
    --cc=kaizhetan@yahoo.com \
    --cc=kees@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=s9430939@naver.com \
    --cc=straube.linux@gmail.com \
    --cc=william.hansen.baird@gmail.com \
    --cc=ysinghcin@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox