diff mbox series

iio: proximity: ping: fix typo in comment

Message ID 20220521111145.81697-54-Julia.Lawall@inria.fr (mailing list archive)
State Accepted
Headers show
Series iio: proximity: ping: fix typo in comment | expand

Commit Message

Julia Lawall May 21, 2022, 11:11 a.m. UTC
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(-)

Comments

Jonathan Cameron May 22, 2022, 10:55 a.m. UTC | #1
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)) {
>
diff mbox series

Patch

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)) {