[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180106130053.56401f8b@archlinux>
Date: Sat, 6 Jan 2018 13:00:53 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: "Tobin C. Harding" <me@...in.cc>
Cc: Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2 RESEND] iio: add kernel-doc for field @owner
On Sat, 6 Jan 2018 12:31:57 +1100
"Tobin C. Harding" <me@...in.cc> wrote:
> 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@...in.cc>
This isn't a resend. It's a version 2. Please resend with the
changes from v1 clearly stated.
If you were resending you should say why as well in the cover letter!
Jonathan
> ---
> include/linux/iio/trigger.h | 1 +
> 1 file changed, 1 insertion(+)
>
> 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)
Powered by blists - more mailing lists