aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/iio/iio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
index ae0cad908182..2afbb6f01afc 100644
--- a/include/linux/iio/iio.h
+++ b/include/linux/iio/iio.h
@@ -214,7 +214,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
214 * @event_mask: What events can this channel produce. 214 * @event_mask: What events can this channel produce.
215 * @ext_info: Array of extended info attributes for this channel. 215 * @ext_info: Array of extended info attributes for this channel.
216 * The array is NULL terminated, the last element should 216 * The array is NULL terminated, the last element should
217 * have it's name field set to NULL. 217 * have its name field set to NULL.
218 * @extend_name: Allows labeling of channel attributes with an 218 * @extend_name: Allows labeling of channel attributes with an
219 * informative name. Note this has no effect codes etc, 219 * informative name. Note this has no effect codes etc,
220 * unlike modifiers. 220 * unlike modifiers.