Skip to content

Commit 38f230f

Browse files
shaomin DengVudentz
authored andcommitted
Bluetooth: btrtl: Fix typo in comment
Delete the repeated word "that" in comments. Signed-off-by: shaomin Deng <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 7b445e2 commit 38f230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/btrtl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ static int rtlbt_parse_firmware(struct hci_dev *hdev,
330330
/* Loop from the end of the firmware parsing instructions, until
331331
* we find an instruction that identifies the "project ID" for the
332332
* hardware supported by this firwmare file.
333-
* Once we have that, we double-check that that project_id is suitable
333+
* Once we have that, we double-check that project_id is suitable
334334
* for the hardware we are working with.
335335
*/
336336
while (fwptr >= btrtl_dev->fw_data + (sizeof(*epatch_info) + 3)) {

0 commit comments

Comments
 (0)