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: btintel: Fix spelling of *intermediate* in comment

Fixes: f3b845e0aea3 ("Bluetooth: btintel: Add support to download intermediate loader")
Cc: Kiran K <kiran.k@intel.com>
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Paul Menzel and committed by
Luiz Augusto von Dentz
519d849a 9a15ce68

+1 -1
+1 -1
drivers/bluetooth/btintel.c
··· 2650 2650 return err; 2651 2651 2652 2652 /* If image type returned is BTINTEL_IMG_IML, then controller supports 2653 - * intermediae loader image 2653 + * intermediate loader image 2654 2654 */ 2655 2655 if (ver->img_type == BTINTEL_IMG_IML) { 2656 2656 err = btintel_prepare_fw_download_tlv(hdev, ver, &boot_param);