diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-06-12 09:38:45 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 17:53:31 -0400 |
commit | 1787948873fd2ca730fb5891b6a2ade510367ace (patch) | |
tree | abd73c5818ccaa8cddb99b4a4f382e78beff07a9 | |
parent | 8b417d78ea486280bf8e908e76214c44c533ed3d (diff) |
iio: fix typos in iio.h
v2:
* "used in in-kernel" (Jonathan Cameron)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | include/linux/iio/iio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h index 944c63511731..01afaa08ff21 100644 --- a/include/linux/iio/iio.h +++ b/include/linux/iio/iio.h | |||
@@ -131,7 +131,7 @@ 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: A 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. |
@@ -218,7 +218,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev, | |||
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. |
221 | * @datasheet_name: A name used in in kernel mapping of channels. It should | 221 | * @datasheet_name: A name used in in-kernel mapping of channels. It should |
222 | * correspond to the first name that the channel is referred | 222 | * correspond to the first name that the channel is referred |
223 | * to by in the datasheet (e.g. IND), or the nearest | 223 | * to by in the datasheet (e.g. IND), or the nearest |
224 | * possible compound name (e.g. IND-INC). | 224 | * possible compound name (e.g. IND-INC). |
@@ -393,7 +393,7 @@ struct iio_buffer_setup_ops { | |||
393 | * @trig: [INTERN] current device trigger (buffer modes) | 393 | * @trig: [INTERN] current device trigger (buffer modes) |
394 | * @pollfunc: [DRIVER] function run on trigger being received | 394 | * @pollfunc: [DRIVER] function run on trigger being received |
395 | * @channels: [DRIVER] channel specification structure table | 395 | * @channels: [DRIVER] channel specification structure table |
396 | * @num_channels: [DRIVER] number of chanels specified in @channels. | 396 | * @num_channels: [DRIVER] number of channels specified in @channels. |
397 | * @channel_attr_list: [INTERN] keep track of automatically created channel | 397 | * @channel_attr_list: [INTERN] keep track of automatically created channel |
398 | * attributes | 398 | * attributes |
399 | * @chan_attr_group: [INTERN] group for all attrs in base directory | 399 | * @chan_attr_group: [INTERN] group for all attrs in base directory |