include: linux: iio: Add missing kernel doc field
authorCristina Opriceana <cristina.opriceana@gmail.com>
Fri, 24 Jul 2015 13:26:09 +0000 (16:26 +0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 2 Aug 2015 17:36:05 +0000 (18:36 +0100)
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>
include/linux/iio/sysfs.h

index 8a1d186..9cd8f74 100644 (file)
@@ -18,7 +18,8 @@ struct iio_chan_spec;
  * struct iio_dev_attr - iio specific device attribute
  * @dev_attr:  underlying device attribute
  * @address:   associated register address
- * @l:         list head for maintaining list of dynamically created attrs.
+ * @l:         list head for maintaining list of dynamically created attrs
+ * @c:         specification for the underlying channel
  */
 struct iio_dev_attr {
        struct device_attribute dev_attr;