Commit 07528783 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Marcel Holtmann

Bluetooth: hci_qca: Mundane typo fix

s/packat/packet/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 5c4c8c95
...@@ -1066,7 +1066,7 @@ static void qca_controller_memdump(struct work_struct *work) ...@@ -1066,7 +1066,7 @@ static void qca_controller_memdump(struct work_struct *work)
* packets in the buffer. * packets in the buffer.
*/ */
/* For QCA6390, controller does not lost packets but /* 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. * bits, so skip this checking for missing packet.
*/ */
while ((seq_no > qca_memdump->current_seq_no + 1) && while ((seq_no > qca_memdump->current_seq_no + 1) &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment