]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Bluetooth: btmtk: Fix typo in log string
authorBastien Nocera <hadess@hadess.net>
Thu, 3 Jul 2025 17:16:56 +0000 (19:16 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 23 Jul 2025 14:29:34 +0000 (10:29 -0400)
Found by codespell.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btmtkuart.c

index 51400a891f6e6dc28603d3ce8e96ec3d3ead3990..76995cfcd5342649b4e3008a1cb938ca360759a7 100644 (file)
@@ -316,7 +316,7 @@ mtk_stp_split(struct btmtkuart_dev *bdev, const unsigned char *data, int count,
 
                /* Resync STP when unexpected data is being read */
                if (shdr->prefix != 0x80 || bdev->stp_dlen > 2048) {
-                       bt_dev_err(bdev->hdev, "stp format unexpect (%d, %d)",
+                       bt_dev_err(bdev->hdev, "stp format unexpected (%d, %d)",
                                   shdr->prefix, bdev->stp_dlen);
                        bdev->stp_cursor = 2;
                        bdev->stp_dlen = 0;