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>
This commit is contained in:
parent
7b445e220d
commit
38f230f1f9
|
@ -330,7 +330,7 @@ static int rtlbt_parse_firmware(struct hci_dev *hdev,
|
||||||
/* Loop from the end of the firmware parsing instructions, until
|
/* Loop from the end of the firmware parsing instructions, until
|
||||||
* we find an instruction that identifies the "project ID" for the
|
* we find an instruction that identifies the "project ID" for the
|
||||||
* hardware supported by this firwmare file.
|
* 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.
|
* for the hardware we are working with.
|
||||||
*/
|
*/
|
||||||
while (fwptr >= btrtl_dev->fw_data + (sizeof(*epatch_info) + 3)) {
|
while (fwptr >= btrtl_dev->fw_data + (sizeof(*epatch_info) + 3)) {
|
||||||
|
|
Loading…
Reference in New Issue