diff options
author | shaomin Deng <dengshaomin@cdjrlc.com> | 2022-07-20 16:10:33 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-07-22 21:55:06 +0200 |
commit | 38f230f1f9102965684c2bd028848e93ff7d19ab (patch) | |
tree | 42c065664c3b480d1085f1c880412a9de8738ba6 /drivers/bluetooth | |
parent | Bluetooth: MGMT: Fix holding hci_conn reference while command is queued (diff) | |
download | linux-38f230f1f9102965684c2bd028848e93ff7d19ab.tar.xz linux-38f230f1f9102965684c2bd028848e93ff7d19ab.zip |
Bluetooth: btrtl: Fix typo in comment
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c index 47c28fd8f006..fb52313a1d45 100644 --- a/drivers/bluetooth/btrtl.c +++ b/drivers/bluetooth/btrtl.c @@ -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)) { |