Commit b4b93677 authored by Julia Lawall's avatar Julia Lawall Committed by Jonathan Cameron

iio: proximity: ping: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-54-Julia.Lawall@inria.frSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 7576bc05
...@@ -173,7 +173,7 @@ static int ping_read(struct iio_dev *indio_dev) ...@@ -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 * 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 (data->cfg->laserping_error) {
if ((time_ns > 12500000) && (time_ns <= 13500000)) { if ((time_ns > 12500000) && (time_ns <= 13500000)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment