From: Paul Menzel Date: Fri, 21 Jun 2024 07:18:57 +0000 (+0200) Subject: Bluetooth: btintel: Fix spelling of *intermediate* in comment X-Git-Tag: io_uring-6.11-20240722~71^2~12^2~33 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=519d849acb6523a9e9500f7a4345018fe92a131a;p=linux-block.git Bluetooth: btintel: Fix spelling of *intermediate* in comment Fixes: f3b845e0aea3 ("Bluetooth: btintel: Add support to download intermediate loader") Cc: Kiran K Signed-off-by: Paul Menzel Signed-off-by: Luiz Augusto von Dentz --- diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c index 5d735391545a..2dfe049d863e 100644 --- a/drivers/bluetooth/btintel.c +++ b/drivers/bluetooth/btintel.c @@ -2650,7 +2650,7 @@ int btintel_bootloader_setup_tlv(struct hci_dev *hdev, return err; /* If image type returned is BTINTEL_IMG_IML, then controller supports - * intermediae loader image + * intermediate loader image */ if (ver->img_type == BTINTEL_IMG_IML) { err = btintel_prepare_fw_download_tlv(hdev, ver, &boot_param);