lkml.org 
[lkml]   [2015]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 4/6] iio: event: Add missing fields in kernel docs
From
Date
On 24/07/15 14:21, Cristina Opriceana wrote:
> Fix kernel docs warnings by adding the missing fields,
> each with its associated description.
>
> Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Applied. Thanks

Jonathan
> ---
> drivers/iio/industrialio-event.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/iio/industrialio-event.c b/drivers/iio/industrialio-event.c
> index 894d813..b2f63f9 100644
> --- a/drivers/iio/industrialio-event.c
> +++ b/drivers/iio/industrialio-event.c
> @@ -32,6 +32,7 @@
> * @dev_attr_list: list of event interface sysfs attribute
> * @flags: file operations related flags including busy flag.
> * @group: event interface sysfs attribute group
> + * @read_lock: lock to protect kfifo read operations
> */
> struct iio_event_interface {
> wait_queue_head_t wait;
> @@ -75,6 +76,11 @@ EXPORT_SYMBOL(iio_push_event);
>
> /**
> * iio_event_poll() - poll the event queue to find out if it has data
> + * @filep: File structure pointer to identify the device
> + * @wait: Poll table pointer to add the wait queue on
> + *
> + * Return: (POLLIN | POLLRDNORM) if data is available for reading
> + * or a negative error code on failure
> */
> static unsigned int iio_event_poll(struct file *filep,
> struct poll_table_struct *wait)
>



\
 
 \ /
  Last update: 2015-08-02 20:01    [W:0.141 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site