2022-06-22 04:11:15

by Jiang Jian

[permalink] [raw]
Subject: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'

Fix an obvious typing error, found by spellcheck(1).

Signed-off-by: Jiang Jian <[email protected]>
---
drivers/iio/magnetometer/hmc5843_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/magnetometer/hmc5843_core.c b/drivers/iio/magnetometer/hmc5843_core.c
index 92eb2d156ddb..4a63b2da9df0 100644
--- a/drivers/iio/magnetometer/hmc5843_core.c
+++ b/drivers/iio/magnetometer/hmc5843_core.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
- * Device driver for the the HMC5843 multi-chip module designed
+ * Device driver for the HMC5843 multi-chip module designed
* for low field magnetic sensing.
*
* Copyright (C) 2010 Texas Instruments
--
2.17.1


2022-06-22 05:52:15

by Uwe Kleine-König

[permalink] [raw]
Subject: Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'

Hello,

On Wed, Jun 22, 2022 at 11:59:25AM +0800, Jiang Jian wrote:
> Fix an obvious typing error, found by spellcheck(1).

Oh, did I guess the real tool that found the issue, or did you just copy
my suggestion without adapting it to reality?

Best regards
Uwe

--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | https://www.pengutronix.de/ |


Attachments:
(No filename) (430.00 B)
signature.asc (499.00 B)
Download all attachments

2022-06-22 06:36:02

by Uwe Kleine-König

[permalink] [raw]
Subject: Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'

Hello,

On Wed, Jun 22, 2022 at 02:05:03PM +0800, 蒋健 wrote:
> Yes,the tool found the issue.&nbsp;
> I am a&nbsp;beginner for this job and don't&nbsp;
> konw how to write the commit messgae,but, you are maintainer, so i copy the
> suggestion.&nbsp;
> &nbsp;
> &nbsp;

Another thing you should do to not annoy the people you communicate
with: Fix your mail agent to not use &nbsp; instead of spaces.

Best regards
Uwe


Attachments:
(No filename) (437.00 B)
signature.asc (499.00 B)
Download all attachments

2022-07-18 18:05:08

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'

On Wed, 22 Jun 2022 11:59:25 +0800
Jiang Jian <[email protected]> wrote:

> Fix an obvious typing error, found by spellcheck(1).
>
> Signed-off-by: Jiang Jian <[email protected]>
Applied. Thanks
> ---
> drivers/iio/magnetometer/hmc5843_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/magnetometer/hmc5843_core.c b/drivers/iio/magnetometer/hmc5843_core.c
> index 92eb2d156ddb..4a63b2da9df0 100644
> --- a/drivers/iio/magnetometer/hmc5843_core.c
> +++ b/drivers/iio/magnetometer/hmc5843_core.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-or-later
> /*
> - * Device driver for the the HMC5843 multi-chip module designed
> + * Device driver for the HMC5843 multi-chip module designed
> * for low field magnetic sensing.
> *
> * Copyright (C) 2010 Texas Instruments