aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio/trigger.h
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2018-01-07 08:56:05 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-08 16:03:43 +0100
commite7f62713eb4e0952f43c862fc2f0ff68b257464f (patch)
tree80dfde8fc91609dd3ab37486870c8c35553872f4 /include/linux/iio/trigger.h
parentStaging: iio: cdc: ad7152: Prefer using BIT macro (diff)
downloadlinux-dev-e7f62713eb4e0952f43c862fc2f0ff68b257464f.tar.xz
linux-dev-e7f62713eb4e0952f43c862fc2f0ff68b257464f.zip
iio: add kernel-doc for field @owner
When building kernel documentation sphinx emits the following warning warning: No description found for parameter 'owner' Add description for struct member 'owner'. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/iio/trigger.h')
-rw-r--r--include/linux/iio/trigger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iio/trigger.h b/include/linux/iio/trigger.h
index 7d5e44518379..390789d43369 100644
--- a/include/linux/iio/trigger.h
+++ b/include/linux/iio/trigger.h
@@ -43,6 +43,7 @@ struct iio_trigger_ops {
/**
* struct iio_trigger - industrial I/O trigger device
* @ops: [DRIVER] operations structure
+ * @owner: [INTERN] owner of this driver module
* @id: [INTERN] unique id number
* @name: [DRIVER] unique name
* @dev: [DRIVER] associated device (if relevant)