Skip to content

Commit

Permalink
iio: mark struct iio_enum elements with @ in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent a16561c commit f4c3493
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/linux/iio/iio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4c3493

Please sign in to comment.