summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
diff options
context:
space:
mode:
authorPeter Meerwald2012-06-12 15:38:47 +0200
committerGreg Kroah-Hartman2012-06-12 23:53:31 +0200
commitf4c349395e8ad4fe07f1222502568f0d9d5d1dfc (patch)
treeb3d9553cd0c75cac8617dc7a438af77df8afc7c3 /include/linux/iio
parentiio: clarify channel and indexed in struct iio_chan_spec (diff)
downloadkernel-qcow2-linux-f4c349395e8ad4fe07f1222502568f0d9d5d1dfc.tar.gz
kernel-qcow2-linux-f4c349395e8ad4fe07f1222502568f0d9d5d1dfc.tar.xz
kernel-qcow2-linux-f4c349395e8ad4fe07f1222502568f0d9d5d1dfc.zip
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>
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 {
/**
* 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