aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-22 06:30:51 +0530
committerMarcel Holtmann <marcel@holtmann.org>2021-03-22 17:02:57 +0100
commit07528783c7da0b711385f0033a836453b5ec0c9c (patch)
tree14b0b70372dc9b0f4da8f5612f6d78148403d581 /drivers/bluetooth
parentBluetooth: verify AMP hci_chan before amp_destroy (diff)
downloadlinux-dev-07528783c7da0b711385f0033a836453b5ec0c9c.tar.xz
linux-dev-07528783c7da0b711385f0033a836453b5ec0c9c.zip
Bluetooth: hci_qca: Mundane typo fix
s/packat/packet/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/hci_qca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
index 73af901c2032..0a0056912d51 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) &&