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

Jiang Jian posted 1 patch 3 years, 10 months ago
drivers/iio/magnetometer/hmc5843_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
Posted by Jiang Jian 3 years, 10 months ago
Fix an obvious typing error, found by spellcheck(1).

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 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
Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
Posted by Jonathan Cameron 3 years, 9 months ago
On Wed, 22 Jun 2022 11:59:25 +0800
Jiang Jian <jiangjian@cdjrlc.com> wrote:

> Fix an obvious typing error, found by spellcheck(1).
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
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
Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
Posted by Uwe Kleine-König 3 years, 10 months ago
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/ |