We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd9fb0 commit a297f56Copy full SHA for a297f56
drivers/bluetooth/btusb.c
@@ -3631,7 +3631,7 @@ static int btusb_mtk_setup_firmware(struct hci_dev *hdev, const char *fwname)
3631
while (fw_size > 0) {
3632
dlen = min_t(int, 250, fw_size);
3633
3634
- /* Tell deivice the position in sequence */
+ /* Tell device the position in sequence */
3635
if (fw_size - dlen <= 0)
3636
flag = 3;
3637
else if (fw_size < fw->size - 30)
@@ -3790,7 +3790,7 @@ static int btusb_mtk_setup(struct hci_dev *hdev)
3790
}
3791
goto done;
3792
default:
3793
- bt_dev_err(hdev, "Unsupported support hardware variant (%08x)",
+ bt_dev_err(hdev, "Unsupported hardware variant (%08x)",
3794
dev_id);
3795
return -ENODEV;
3796
0 commit comments