]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Bluetooth: btrtl: Fix typo in comment
authorshaomin Deng <dengshaomin@cdjrlc.com>
Wed, 20 Jul 2022 14:10:33 +0000 (10:10 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Jul 2022 19:55:06 +0000 (12:55 -0700)
Delete the repeated word "that" in comments.

Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btrtl.c

index 47c28fd8f006d5a19e82821814e6e5d38c380965..fb52313a1d45aab51a85bdbd3349e63995dc8ff6 100644 (file)
@@ -330,7 +330,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.
-        * Once we have that, we double-check that that project_id is suitable
+        * Once we have that, we double-check that project_id is suitable
         * for the hardware we are working with.
         */
        while (fwptr >= btrtl_dev->fw_data + (sizeof(*epatch_info) + 3)) {