From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 01:00:51 +0000 (+0530) Subject: Bluetooth: hci_qca: Mundane typo fix X-Git-Tag: v5.13-rc1~94^2~197^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07528783c7da0b711385f0033a836453b5ec0c9c;p=thirdparty%2Fkernel%2Flinux.git Bluetooth: hci_qca: Mundane typo fix s/packat/packet/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c index 73af901c2032b..0a0056912d51e 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) &&