linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_qca: Mundane typo fix
@ 2021-03-22  1:00 Bhaskar Chowdhury
  2021-03-22  1:30 ` Randy Dunlap
  2021-03-22 16:04 ` Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  1:00 UTC (permalink / raw)
  To: marcel, johan.hedberg, luiz.dentz, linux-bluetooth, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


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
-		 * 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) &&
--
2.31.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Bluetooth: hci_qca: Mundane typo fix
  2021-03-22  1:00 [PATCH] Bluetooth: hci_qca: Mundane typo fix Bhaskar Chowdhury
@ 2021-03-22  1:30 ` Randy Dunlap
  2021-03-22  1:33   ` Bhaskar Chowdhury
  2021-03-22 16:04 ` Marcel Holtmann
  1 sibling, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2021-03-22  1:30 UTC (permalink / raw)
  To: Bhaskar Chowdhury, marcel, johan.hedberg, luiz.dentz,
	linux-bluetooth, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Bluetooth: hci_qca: Mundane typo fix
  2021-03-22  1:30 ` Randy Dunlap
@ 2021-03-22  1:33   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  1:33 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: marcel, johan.hedberg, luiz.dentz, linux-bluetooth, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1043 bytes --]

On 18:30 Sun 21 Mar 2021, Randy Dunlap wrote:
>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.
>
Okay.
>--
>~Randy

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Bluetooth: hci_qca: Mundane typo fix
  2021-03-22  1:00 [PATCH] Bluetooth: hci_qca: Mundane typo fix Bhaskar Chowdhury
  2021-03-22  1:30 ` Randy Dunlap
@ 2021-03-22 16:04 ` Marcel Holtmann
  1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2021-03-22 16:04 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Johan Hedberg, Luiz Augusto von Dentz, linux-bluetooth,
	linux-kernel, rdunlap

Hi Bhaskar,

> s/packat/packet/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> drivers/bluetooth/hci_qca.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-22 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  1:00 [PATCH] Bluetooth: hci_qca: Mundane typo fix Bhaskar Chowdhury
2021-03-22  1:30 ` Randy Dunlap
2021-03-22  1:33   ` Bhaskar Chowdhury
2021-03-22 16:04 ` Marcel Holtmann

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).