iio: proximity: ping: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:04 +0000 (13:11 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 11 Jun 2022 13:35:27 +0000 (14:35 +0100)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-54-Julia.Lawall@inria.fr
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/proximity/ping.c

index d56e037..2ad69b1 100644 (file)
@@ -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)) {