The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Roshan Khatri <topofeverest8848@gmail.com>,
	Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com,
	gregkh@linuxfoundation.org, rcengland@gmail.com
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: rtl8712: Fix spelling mistake in rtl8712_xmit.c
Date: Tue, 21 May 2024 21:04:17 +0200	[thread overview]
Message-ID: <faa1bcaa-0be2-4381-86fd-5f108a11869b@gmail.com> (raw)
In-Reply-To: <20240521143617.53139-1-topofeverest8848@gmail.com>

On 5/21/24 16:36, Roshan Khatri wrote:
> codespell reported misspelled aggregation in rtl8712_xmit.c. This patch
> corrects the spelling to increase code readability and searching.
> 
> Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
> ---
>   drivers/staging/rtl8712/rtl8712_xmit.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8712/rtl8712_xmit.c b/drivers/staging/rtl8712/rtl8712_xmit.c
> index d7d678b04ca8..12f2fdb1b3cb 100644
> --- a/drivers/staging/rtl8712/rtl8712_xmit.c
> +++ b/drivers/staging/rtl8712/rtl8712_xmit.c
> @@ -247,7 +247,7 @@ void r8712_construct_txaggr_cmd_desc(struct xmit_buf *pxmitbuf)
>   {
>   	struct tx_desc *ptx_desc = (struct tx_desc *)pxmitbuf->pbuf;
>   
> -	/* Fill up TxCmd Descriptor according as USB FW Tx Aaggregation info.*/
> +	/* Fill up TxCmd Descriptor according as USB FW Tx Aggregation info.*/
>   	/* dw0 */
>   	ptx_desc->txdw0 = cpu_to_le32(CMD_HDR_SZ & 0xffff);
>   	ptx_desc->txdw0 |=

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>

      reply	other threads:[~2024-05-21 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-21 14:36 [PATCH] staging: rtl8712: Fix spelling mistake in rtl8712_xmit.c Roshan Khatri
2024-05-21 19:04 ` Philipp Hortmann [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=faa1bcaa-0be2-4381-86fd-5f108a11869b@gmail.com \
    --to=philipp.g.hortmann@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=florian.c.schilhabel@googlemail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=rcengland@gmail.com \
    --cc=topofeverest8848@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