aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/iio')
-rw-r--r--include/linux/iio/iio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
index 9a9e6d52a6de..bd3e7217ceee 100644
--- a/include/linux/iio/iio.h
+++ b/include/linux/iio/iio.h
@@ -131,10 +131,10 @@ struct iio_chan_spec_ext_info {
131 131
132/** 132/**
133 * struct iio_enum - Enum channel info attribute 133 * struct iio_enum - Enum channel info attribute
134 * items: An array of strings. 134 * @items: An array of strings.
135 * num_items: Length of the item array. 135 * @num_items: Length of the item array.
136 * set: Set callback function, may be NULL. 136 * @set: Set callback function, may be NULL.
137 * get: Get callback function, may be NULL. 137 * @get: Get callback function, may be NULL.
138 * 138 *
139 * The iio_enum struct can be used to implement enum style channel attributes. 139 * The iio_enum struct can be used to implement enum style channel attributes.
140 * Enum style attributes are those which have a set of strings which map to 140 * Enum style attributes are those which have a set of strings which map to