aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristina Opriceana <cristina.opriceana@gmail.com>2015-07-24 09:26:09 -0400
committerJonathan Cameron <jic23@kernel.org>2015-08-02 13:36:05 -0400
commit2854c098e222a706b91cc83b4a91dbfd97212765 (patch)
treeb73dc090a85bc01ad15fc5ed05fef30aa99d9677
parente52e95199d0c1aa8a06dbbc07b30562fded8b298 (diff)
include: linux: iio: Add missing kernel doc field
Fix kernel doc for the iio_dev_attr structure by adding its missing field. Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r--include/linux/iio/sysfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/iio/sysfs.h b/include/linux/iio/sysfs.h
index 8a1d18640ab9..9cd8f747212f 100644
--- a/include/linux/iio/sysfs.h
+++ b/include/linux/iio/sysfs.h
@@ -18,7 +18,8 @@ struct iio_chan_spec;
18 * struct iio_dev_attr - iio specific device attribute 18 * struct iio_dev_attr - iio specific device attribute
19 * @dev_attr: underlying device attribute 19 * @dev_attr: underlying device attribute
20 * @address: associated register address 20 * @address: associated register address
21 * @l: list head for maintaining list of dynamically created attrs. 21 * @l: list head for maintaining list of dynamically created attrs
22 * @c: specification for the underlying channel
22 */ 23 */
23struct iio_dev_attr { 24struct iio_dev_attr {
24 struct device_attribute dev_attr; 25 struct device_attribute dev_attr;