Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
@ 2022-06-22  3:59 Jiang Jian
  2022-06-22  5:49 ` Uwe Kleine-König
  2022-07-18 17:54 ` Jonathan Cameron
  0 siblings, 2 replies; 4+ messages in thread
From: Jiang Jian @ 2022-06-22  3:59 UTC (permalink / raw)
  To: jic23
  Cc: lars, ardeleanalex, andy.shevchenko, antoniu.miclaus,
	u.kleine-koenig, linux-iio, linux-kernel, Jiang Jian

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
  2022-06-22  3:59 [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the' Jiang Jian
@ 2022-06-22  5:49 ` Uwe Kleine-König
       [not found]   ` <tencent_4A8F2A14242D4AE12AF9EFA6@qq.com>
  2022-07-18 17:54 ` Jonathan Cameron
  1 sibling, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2022-06-22  5:49 UTC (permalink / raw)
  To: Jiang Jian
  Cc: jic23, lars, ardeleanalex, andy.shevchenko, antoniu.miclaus,
	linux-iio, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

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/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
       [not found]   ` <tencent_4A8F2A14242D4AE12AF9EFA6@qq.com>
@ 2022-06-22  6:33     ` Uwe Kleine-König
  0 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2022-06-22  6:33 UTC (permalink / raw)
  To: 蒋健
  Cc: jic23, lars, ardeleanalex, Andy Shevchenko, antoniu.miclaus,
	linux-iio, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
  2022-06-22  3:59 [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the' Jiang Jian
  2022-06-22  5:49 ` Uwe Kleine-König
@ 2022-07-18 17:54 ` Jonathan Cameron
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2022-07-18 17:54 UTC (permalink / raw)
  To: Jiang Jian
  Cc: lars, ardeleanalex, andy.shevchenko, antoniu.miclaus,
	u.kleine-koenig, linux-iio, linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-18 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22  3:59 [PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the' Jiang Jian
2022-06-22  5:49 ` Uwe Kleine-König
     [not found]   ` <tencent_4A8F2A14242D4AE12AF9EFA6@qq.com>
2022-06-22  6:33     ` Uwe Kleine-König
2022-07-18 17:54 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox