linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio:magnetometer:hmc5843: Remove duplicate 'the' in two places.
@ 2022-06-21 16:40 Jiang Jian
  2022-06-21 21:11 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-21 16:40 UTC (permalink / raw)
  To: jic23
  Cc: lars, ardeleanalex, u.kleine-koenig, jiangjian, antoniu.miclaus,
	linux-iio, linux-kernel

file: drivers/iio/magnetometer/hmc5843_core.c
line: 3
  * Device driver for the the HMC5843 multi-chip module designed
changed to
  * Device driver for the HMC5843 multi-chip module designed

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] 2+ messages in thread

* Re: [PATCH] iio:magnetometer:hmc5843: Remove duplicate 'the' in two places.
  2022-06-21 16:40 [PATCH] iio:magnetometer:hmc5843: Remove duplicate 'the' in two places Jiang Jian
@ 2022-06-21 21:11 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2022-06-21 21:11 UTC (permalink / raw)
  To: Jiang Jian
  Cc: jic23, lars, ardeleanalex, antoniu.miclaus, linux-iio, linux-kernel

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

On Wed, Jun 22, 2022 at 12:40:56AM +0800, Jiang Jian wrote:
> file: drivers/iio/magnetometer/hmc5843_core.c
> line: 3
>   * Device driver for the the HMC5843 multi-chip module designed
> changed to
>   * Device driver for the HMC5843 multi-chip module designed
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

The patch looks good, the commit log however is bad and wrong. There
are no "two places". I'd just write:

	iio:magnetometer:hmc5843: Remove duplicate 'the'

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

	Signed-off-....

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] 2+ messages in thread

end of thread, other threads:[~2022-06-21 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 16:40 [PATCH] iio:magnetometer:hmc5843: Remove duplicate 'the' in two places Jiang Jian
2022-06-21 21:11 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).