projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c4c8c9
)
Bluetooth: hci_qca: Mundane typo fix
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Mon, 22 Mar 2021 01:00:51 +0000
(06:30 +0530)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 22 Mar 2021 16:02:57 +0000
(17:02 +0100)
s/packat/packet/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_qca.c
b/drivers/bluetooth/hci_qca.c
index 73af901c2032b13021b48ee06fa879f6e7518ae1..0a0056912d51eea9f9544612cb7fd424028706ab 100644
(file)
--- 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 pack
a
t sometimes has error
+ * sequence number field of pack
e
t sometimes has error
* bits, so skip this checking for missing packet.
*/
while ((seq_no > qca_memdump->current_seq_no + 1) &&