Skip to content

Commit a297f56

Browse files
Jupeng Zhongholtmann
authored andcommitted
Bluetooth: btusb: Fix typo and correct the log print
Change "deivice" to "device" Correct "Unsupported support hardware variant (%08x)" to "Unsupported hardware variant (%08x)" Signed-off-by: Jupeng Zhong <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 7bd9fb0 commit a297f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/bluetooth/btusb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3631,7 +3631,7 @@ static int btusb_mtk_setup_firmware(struct hci_dev *hdev, const char *fwname)
36313631
while (fw_size > 0) {
36323632
dlen = min_t(int, 250, fw_size);
36333633

3634-
/* Tell deivice the position in sequence */
3634+
/* Tell device the position in sequence */
36353635
if (fw_size - dlen <= 0)
36363636
flag = 3;
36373637
else if (fw_size < fw->size - 30)
@@ -3790,7 +3790,7 @@ static int btusb_mtk_setup(struct hci_dev *hdev)
37903790
}
37913791
goto done;
37923792
default:
3793-
bt_dev_err(hdev, "Unsupported support hardware variant (%08x)",
3793+
bt_dev_err(hdev, "Unsupported hardware variant (%08x)",
37943794
dev_id);
37953795
return -ENODEV;
37963796
}

0 commit comments

Comments
 (0)