Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: btmtk: Fix typo in log string

Found by codespell.

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

authored by

Bastien Nocera and committed by
Luiz Augusto von Dentz
b32cb99d 9918b837

+1 -1
+1 -1
drivers/bluetooth/btmtkuart.c
··· 316 316 317 317 /* Resync STP when unexpected data is being read */ 318 318 if (shdr->prefix != 0x80 || bdev->stp_dlen > 2048) { 319 - bt_dev_err(bdev->hdev, "stp format unexpect (%d, %d)", 319 + bt_dev_err(bdev->hdev, "stp format unexpected (%d, %d)", 320 320 shdr->prefix, bdev->stp_dlen); 321 321 bdev->stp_cursor = 2; 322 322 bdev->stp_dlen = 0;