diff options
author | Colin Ian King <[email protected]> | 2024-08-07 10:47:45 +0100 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2024-08-10 11:23:39 +0100 |
commit | f2271ba6f0744a0175ed387577405697ee0360db (patch) | |
tree | ba7761d6ba6ab1a464088d799bd753ba4b332d9d | |
parent | 4f6ca3464d987054f5e75f097a97dcbb86a87569 (diff) |
iio: Fix spelling mistake "avaialable" -> "available"
There is a spelling mistake in a dev_warn message. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r-- | drivers/iio/industrialio-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |