summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2020-04-28 19:29:23 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-05-11 20:19:19 +0100
commitc12d80aeb9786098d7450911d071e13e6e752e57 (patch)
treeb77a1d80d449242ff8a5a190b8cf773cd874a3dd
parentd34ca613b93940808ceaae2c405c68313f947f81 (diff)
downloadlinux-c12d80aeb9786098d7450911d071e13e6e752e57.tar.bz2
iio: light: cm32181: Fix integartion time typo
Fix integartion time typo and while at it improve the comment with the typo a bit in general. Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/iio/light/cm32181.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c
index 6594251ce5ca..160eb3f99795 100644
--- a/drivers/iio/light/cm32181.c
+++ b/drivers/iio/light/cm32181.c
@@ -236,7 +236,7 @@ static int cm32181_reg_init(struct cm32181_chip *cm32181)
* @cm32181: pointer of struct cm32181
* @val2: pointer of int to load the als_it value.
*
- * Report the current integartion time by millisecond.
+ * Report the current integration time in milliseconds.
*
* Return: IIO_VAL_INT_PLUS_MICRO for success, otherwise -EINVAL.
*/