mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
iio: Fix spelling mistake "avaialable" -> "available"
There is a spelling mistake in a dev_warn message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20240807094745.4174785-1-colin.i.king@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
4f6ca3464d
commit
f2271ba6f0
@ -2002,7 +2002,7 @@ int iio_active_scan_mask_index(struct iio_dev *indio_dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
dev_warn(indio_dev->dev.parent,
|
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;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(iio_active_scan_mask_index);
|
EXPORT_SYMBOL_GPL(iio_active_scan_mask_index);
|
||||||
|
Loading…
Reference in New Issue
Block a user