Message ID | 20200504125551.434647-11-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v4,01/11] iio: light: cm32181: Switch to new style i2c-driver probe function | expand |
diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c index 5eeefa3ee4f1..7ece523aa09e 100644 --- a/drivers/iio/light/cm32181.c +++ b/drivers/iio/light/cm32181.c @@ -250,7 +250,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. */