mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 19:21:46 +00:00
iio: mark struct iio_enum elements with @ in comment
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a16561c6f7
commit
f4c349395e
@ -131,10 +131,10 @@ struct iio_chan_spec_ext_info {
|
||||
|
||||
/**
|
||||
* struct iio_enum - Enum channel info attribute
|
||||
* items: An array of strings.
|
||||
* num_items: Length of the item array.
|
||||
* set: Set callback function, may be NULL.
|
||||
* get: Get callback function, may be NULL.
|
||||
* @items: An array of strings.
|
||||
* @num_items: Length of the item array.
|
||||
* @set: Set 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.
|
||||
* Enum style attributes are those which have a set of strings which map to
|
||||
|
Loading…
x
Reference in New Issue
Block a user