Commit f2271ba6 authored by Colin Ian King's avatar Colin Ian King Committed by Jonathan Cameron

iio: Fix spelling mistake "avaialable" -> "available"

There is a spelling mistake in a dev_warn message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20240807094745.4174785-1-colin.i.king@gmail.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 4f6ca346
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment