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

Bluetooth: btrtl: Fix typo in comment

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
887f83d4 b32cb99d

+1 -1
+1 -1
drivers/bluetooth/btrtl.c
··· 693 693 694 694 /* Loop from the end of the firmware parsing instructions, until 695 695 * we find an instruction that identifies the "project ID" for the 696 - * hardware supported by this firwmare file. 696 + * hardware supported by this firmware file. 697 697 * Once we have that, we double-check that project_id is suitable 698 698 * for the hardware we are working with. 699 699 */