diff mbox series

Bluetooth: btrtl: Fix typo in comment

Message ID 20220720141033.12521-1-dengshaomin@cdjrlc.com
State Accepted
Commit 38f230f1f9102965684c2bd028848e93ff7d19ab
Headers show
Series Bluetooth: btrtl: Fix typo in comment | expand

Commit Message

Shaomin Deng July 20, 2022, 2:10 p.m. UTC
Delete the repeated word "that" in comments.

Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
---
 drivers/bluetooth/btrtl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org July 22, 2022, 8:10 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed, 20 Jul 2022 10:10:33 -0400 you wrote:
> Delete the repeated word "that" in comments.
> 
> Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
> ---
>  drivers/bluetooth/btrtl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - Bluetooth: btrtl: Fix typo in comment
    https://git.kernel.org/bluetooth/bluetooth-next/c/38f230f1f910

You are awesome, thank you!
diff mbox series

Patch

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)) {