diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 13:11:04 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-06-11 15:35:27 +0200 |
commit | b4b9367794323843fcdd2ceecd31ed59864c2bec (patch) | |
tree | c521598bd2213b430319589942f4e3dea65613af /drivers/iio/proximity | |
parent | iio:light:vcnl4035: Improve error reporting for problems during .remove() (diff) | |
download | linux-b4b9367794323843fcdd2ceecd31ed59864c2bec.tar.xz linux-b4b9367794323843fcdd2ceecd31ed59864c2bec.zip |
iio: proximity: ping: fix typo in comment
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>
Diffstat (limited to 'drivers/iio/proximity')
-rw-r--r-- | drivers/iio/proximity/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |