From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Brock Haftner <brockhaftner@gmail.com>
Cc: outreachy@lists.linux.dev, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: fix spelling mistake in rtw_recv.c
Date: Tue, 7 Jul 2026 13:19:53 +0200 [thread overview]
Message-ID: <2026070743-clapped-agility-7ec6@gregkh> (raw)
In-Reply-To: <20260613155807.18623-1-brockhaftner@gmail.com>
On Sat, Jun 13, 2026 at 08:58:07AM -0700, Brock Haftner wrote:
> Correct the spelling of the word "temporily" to "temporarily"
> in the comments within rtw_recv.c to improve code readability.
>
> Signed-off-by: Brock Haftner <brockhaftner@gmail.com>
> ---
> drivers/staging/rtl8723bs/core/rtw_recv.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8723bs/core/rtw_recv.c b/drivers/staging/rtl8723bs/core/rtw_recv.c
> index 86c5e2c4e7dd..0ffa69c38bca 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_recv.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_recv.c
> @@ -815,7 +815,7 @@ static signed int ap2sta_data_frame(struct adapter *adapter, union recv_frame *p
> }
>
> if (GetFrameSubType(ptr) & BIT(6)) {
> - /* No data, will not indicate to upper layer, temporily count it here */
> + /* No data, will not indicate to upper layer, temporarily count it here */
> count_rx_stats(adapter, precv_frame, *psta);
> ret = RTW_RX_HANDLED;
> goto exit;
> @@ -895,7 +895,7 @@ static signed int sta2ap_data_frame(struct adapter *adapter, union recv_frame *p
> process_wmmps_data(adapter, precv_frame);
>
> if (GetFrameSubType(ptr) & BIT(6)) {
> - /* No data, will not indicate to upper layer, temporily count it here */
> + /* No data, will not indicate to upper layer, temporarily count it here */
> count_rx_stats(adapter, precv_frame, *psta);
> ret = RTW_RX_HANDLED;
> goto exit;
> --
> 2.54.0
>
>
Soeone already sent this patch before you did, sorry.
thanks,
greg k-h
next prev parent reply other threads:[~2026-07-07 11:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-13 15:58 [PATCH] staging: rtl8723bs: fix spelling mistake in rtw_recv.c Brock Haftner
2026-07-07 11:19 ` Greg Kroah-Hartman [this message]
[not found] <20260527-staging-fix-1-v1-1-66ad880bcf76.ref@yahoo.pl>
2026-05-27 18:31 ` Tomasz Unger
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=2026070743-clapped-agility-7ec6@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=brockhaftner@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox