]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Bluetooth: btrtl: Fix typo in comment
authorBastien Nocera <hadess@hadess.net>
Thu, 3 Jul 2025 17:16:57 +0000 (19:16 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 23 Jul 2025 14:29:50 +0000 (10:29 -0400)
Found by codespell.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btrtl.c

index 4d182cf6e037235fe3d608144ae364fef890e61d..6abd962502e368442ce5a1a029daa08fd6cbb930 100644 (file)
@@ -693,7 +693,7 @@ static int rtlbt_parse_firmware(struct hci_dev *hdev,
 
        /* Loop from the end of the firmware parsing instructions, until
         * we find an instruction that identifies the "project ID" for the
-        * hardware supported by this firwmare file.
+        * hardware supported by this firmware file.
         * Once we have that, we double-check that project_id is suitable
         * for the hardware we are working with.
         */