Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

shaomin Deng and committed by
Luiz Augusto von Dentz
38f230f1 7b445e22

+1 -1
+1 -1
drivers/bluetooth/btrtl.c
··· 330 330 /* Loop from the end of the firmware parsing instructions, until 331 331 * we find an instruction that identifies the "project ID" for the 332 332 * 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 334 334 * for the hardware we are working with. 335 335 */ 336 336 while (fwptr >= btrtl_dev->fw_data + (sizeof(*epatch_info) + 3)) {