[PATCH 3/7] Bluetooth: btrtl: Fix typo

Bastien Nocera posted 7 patches 3 months ago
There is a newer version of this series
[PATCH 3/7] Bluetooth: btrtl: Fix typo
Posted by Bastien Nocera 3 months ago
Found by codespell.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
---
 drivers/bluetooth/btrtl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c
index 7838c89e529e..3d137944c458 100644
--- a/drivers/bluetooth/btrtl.c
+++ b/drivers/bluetooth/btrtl.c
@@ -693,7 +693,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.
+	 * hardware supported by this firmwmare file.
 	 * Once we have that, we double-check that project_id is suitable
 	 * for the hardware we are working with.
 	 */
-- 
2.50.0
Re: [PATCH 3/7] Bluetooth: btrtl: Fix typo
Posted by Paul Menzel 3 months ago
Dear Bastien,


Am 03.07.25 um 16:24 schrieb Bastien Nocera:
> Found by codespell.
> 
> Signed-off-by: Bastien Nocera <hadess@hadess.net>
> ---
>   drivers/bluetooth/btrtl.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c
> index 7838c89e529e..3d137944c458 100644
> --- a/drivers/bluetooth/btrtl.c
> +++ b/drivers/bluetooth/btrtl.c
> @@ -693,7 +693,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.
> +	 * hardware supported by this firmwmare file.

Without the second m.

>   	 * Once we have that, we double-check that project_id is suitable
>   	 * for the hardware we are working with.
>   	 */


Kind regards,

Paul


PS: Should you resend, it’d be great if you wrote in the summary/title 
if it’s in a comment or in a log string.
Re: [PATCH 3/7] Bluetooth: btrtl: Fix typo
Posted by Bastien Nocera 3 months ago
On Thu, 2025-07-03 at 16:35 +0200, Paul Menzel wrote:
> Dear Bastien,
> 
> 
> Am 03.07.25 um 16:24 schrieb Bastien Nocera:
> > Found by codespell.
> > 
> > Signed-off-by: Bastien Nocera <hadess@hadess.net>
> > ---
> >   drivers/bluetooth/btrtl.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c
> > index 7838c89e529e..3d137944c458 100644
> > --- a/drivers/bluetooth/btrtl.c
> > +++ b/drivers/bluetooth/btrtl.c
> > @@ -693,7 +693,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.
> > +	 * hardware supported by this firmwmare file.
> 
> Without the second m.

*facepalm*

> >   	 * Once we have that, we double-check that project_id is
> > suitable
> >   	 * for the hardware we are working with.
> >   	 */
> 
> 
> Kind regards,
> 
> Paul
> 
> 
> PS: Should you resend, it’d be great if you wrote in the
> summary/title 
> if it’s in a comment or in a log string.

Noted.