diff mbox series

Bluetooth: hci_qca: Mundane typo fix

Message ID 20210322010051.483622-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Headers show
Series Bluetooth: hci_qca: Mundane typo fix | expand

Commit Message

Bhaskar Chowdhury March 22, 2021, 1 a.m. UTC
s/packat/packet/

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

--
2.31.0

Comments

Randy Dunlap March 22, 2021, 1:30 a.m. UTC | #1
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.
Bhaskar Chowdhury March 22, 2021, 1:33 a.m. UTC | #2
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
bluez.test.bot@gmail.com March 22, 2021, 2:07 a.m. UTC | #3
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=452407

---Test result---

##############################
Test: CheckPatch - PASS


##############################
Test: CheckGitLint - PASS


##############################
Test: CheckBuildK - PASS


##############################
Test: CheckTestRunner: Setup - PASS


##############################
Test: CheckTestRunner: l2cap-tester - PASS
Total: 40, Passed: 34 (85.0%), Failed: 0, Not Run: 6

##############################
Test: CheckTestRunner: bnep-tester - PASS
Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: mgmt-tester - PASS
Total: 416, Passed: 402 (96.6%), Failed: 0, Not Run: 14

##############################
Test: CheckTestRunner: rfcomm-tester - PASS
Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: sco-tester - PASS
Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: smp-tester - PASS
Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: userchan-tester - PASS
Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0



---
Regards,
Linux Bluetooth
Marcel Holtmann March 22, 2021, 4:04 p.m. UTC | #4
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
diff mbox series

Patch

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