All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: proximity: ping: fix typo in comment
@ 2022-05-21 11:11 Julia Lawall
  2022-05-22 10:55 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Andreas Klinger
  Cc: kernel-janitors, Jonathan Cameron, Lars-Peter Clausen, linux-iio,
	linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/iio/proximity/ping.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/proximity/ping.c b/drivers/iio/proximity/ping.c
index d56e037378de..2ad69b150902 100644
--- a/drivers/iio/proximity/ping.c
+++ b/drivers/iio/proximity/ping.c
@@ -173,7 +173,7 @@ static int ping_read(struct iio_dev *indio_dev)
 
 	/*
 	 * read error code of laser ping sensor and give users chance to
-	 * figure out error by using dynamic debuggging
+	 * figure out error by using dynamic debugging
 	 */
 	if (data->cfg->laserping_error) {
 		if ((time_ns > 12500000) && (time_ns <= 13500000)) {


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

* Re: [PATCH] iio: proximity: ping: fix typo in comment
  2022-05-21 11:11 [PATCH] iio: proximity: ping: fix typo in comment Julia Lawall
@ 2022-05-22 10:55 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2022-05-22 10:55 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Andreas Klinger, kernel-janitors, Lars-Peter Clausen, linux-iio,
	linux-kernel

On Sat, 21 May 2022 13:11:04 +0200
Julia Lawall <Julia.Lawall@inria.fr> wrote:

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Applied for 5.20

Thanks,

Jonathan

> 
> ---
>  drivers/iio/proximity/ping.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/proximity/ping.c b/drivers/iio/proximity/ping.c
> index d56e037378de..2ad69b150902 100644
> --- a/drivers/iio/proximity/ping.c
> +++ b/drivers/iio/proximity/ping.c
> @@ -173,7 +173,7 @@ static int ping_read(struct iio_dev *indio_dev)
>  
>  	/*
>  	 * read error code of laser ping sensor and give users chance to
> -	 * figure out error by using dynamic debuggging
> +	 * figure out error by using dynamic debugging
>  	 */
>  	if (data->cfg->laserping_error) {
>  		if ((time_ns > 12500000) && (time_ns <= 13500000)) {
> 


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

end of thread, other threads:[~2022-05-22 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:11 [PATCH] iio: proximity: ping: fix typo in comment Julia Lawall
2022-05-22 10:55 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.