提交 f4c34939 编写于 作者: P Peter Meerwald 提交者: Greg Kroah-Hartman

iio: mark struct iio_enum elements with @ in comment

Signed-off-by: NPeter Meerwald <pmeerw@pmeerw.net>
Acked-by: NJonathan Cameron <jic23@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a16561c6
...@@ -131,10 +131,10 @@ struct iio_chan_spec_ext_info { ...@@ -131,10 +131,10 @@ struct iio_chan_spec_ext_info {
/** /**
* struct iio_enum - Enum channel info attribute * struct iio_enum - Enum channel info attribute
* items: An array of strings. * @items: An array of strings.
* num_items: Length of the item array. * @num_items: Length of the item array.
* set: Set callback function, may be NULL. * @set: Set callback function, may be NULL.
* get: Get callback function, may be NULL. * @get: Get callback function, may be NULL.
* *
* The iio_enum struct can be used to implement enum style channel attributes. * The iio_enum struct can be used to implement enum style channel attributes.
* Enum style attributes are those which have a set of strings which map to * Enum style attributes are those which have a set of strings which map to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册