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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) &&