On Wed, 7 Aug 2024 10:47:45 +0100 Colin Ian King <colin.i.king@xxxxxxxxx> wrote: > There is a spelling mistake in a dev_warn message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Applied. Thanks, J > --- > drivers/iio/industrialio-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c > index 3f2bc6451325..6a6568d4a2cb 100644 > --- a/drivers/iio/industrialio-core.c > +++ b/drivers/iio/industrialio-core.c > @@ -2002,7 +2002,7 @@ int iio_active_scan_mask_index(struct iio_dev *indio_dev) > } > > dev_warn(indio_dev->dev.parent, > - "active scan mask is not part of the avaialable scan masks\n"); > + "active scan mask is not part of the available scan masks\n"); > return -EINVAL; > } > EXPORT_SYMBOL_GPL(iio_active_scan_mask_index);