linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	marcel@holtmann.org, johan.hedberg@gmail.com,
	luiz.dentz@gmail.com, linux-bluetooth@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Bluetooth: hci_qca: Mundane typo fix
Date: Sun, 21 Mar 2021 18:30:37 -0700	[thread overview]
Message-ID: <b1867efb-afcc-1f9e-fbab-75a7793a2649@infradead.org> (raw)
In-Reply-To: <20210322010051.483622-1-unixbhaskar@gmail.com>

On 3/21/21 6:00 PM, Bhaskar Chowdhury wrote:
> 
> s/packat/packet/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/bluetooth/hci_qca.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
> index de36af63e182..f2eee9112e41 100644
> --- a/drivers/bluetooth/hci_qca.c
> +++ b/drivers/bluetooth/hci_qca.c
> @@ -1066,7 +1066,7 @@ static void qca_controller_memdump(struct work_struct *work)
>  		 * packets in the buffer.
>  		 */
>  		/* For QCA6390, controller does not lost packets but

		                                    lose

> -		 * sequence number field of packat sometimes has error
> +		 * sequence number field of packet sometimes has error
>  		 * bits, so skip this checking for missing packet.
>  		 */
>  		while ((seq_no > qca_memdump->current_seq_no + 1) &&
> --

As Ingo said, please try to fix more than one thing at a time.

-- 
~Randy

  reply	other threads:[~2021-03-22  1:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-22  1:00 [PATCH] Bluetooth: hci_qca: Mundane typo fix Bhaskar Chowdhury
2021-03-22  1:30 ` Randy Dunlap [this message]
2021-03-22  1:33   ` Bhaskar Chowdhury
2021-03-22 16:04 ` Marcel Holtmann

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=b1867efb-afcc-1f9e-fbab-75a7793a2649@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=marcel@holtmann.org \
    --cc=unixbhaskar@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;
as well as URLs for NNTP newsgroup(s).