From: Jonathan Cameron <jic23@kernel.org>
To: Cristina Opriceana <cristina.opriceana@gmail.com>
Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
daniel.baluta@intel.com
Subject: Re: [PATCH 6/6] include: linux: iio: Add missing kernel doc field
Date: Sun, 2 Aug 2015 18:37:08 +0100 [thread overview]
Message-ID: <55BE5544.1080500@kernel.org> (raw)
In-Reply-To: <d960cd2edacace9344f69ae131a1f399ce7a1f8f.1437737942.git.cristina.opriceana@gmail.com>
On 24/07/15 14:26, Cristina Opriceana wrote:
> Fix kernel doc for the iio_dev_attr structure by adding its missing field.
>
> Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Applied to the togreg branch fo iio.git with one small change.
> ---
> include/linux/iio/sysfs.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/linux/iio/sysfs.h b/include/linux/iio/sysfs.h
> index 8a1d186..71fdd6f 100644
> --- a/include/linux/iio/sysfs.h
> +++ b/include/linux/iio/sysfs.h
> @@ -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 channels
Only reflects the channel (rather than channels) which resulted in it's creation
(for shared channels the code is supposed to work with any of them being pointed
to here!)
Hence channels -> channel
> */
> struct iio_dev_attr {
> struct device_attribute dev_attr;
>
prev parent reply other threads:[~2015-08-02 17:37 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-24 13:13 [PATCH 0/6] iio: Fix kernel docs warnings Cristina Opriceana
2015-07-24 13:16 ` [PATCH 1/6] iio: core: Add function params for kernel docs Cristina Opriceana
2015-08-02 17:24 ` Jonathan Cameron
2015-07-24 13:18 ` [PATCH 2/6] iio: buffer: Fix kernel docs warnings Cristina Opriceana
2015-08-02 17:27 ` Jonathan Cameron
2015-08-02 19:32 ` Hartmut Knaack
2015-08-02 19:46 ` Hartmut Knaack
2015-08-03 10:45 ` Cristina Georgiana Opriceana
2015-07-24 13:20 ` [PATCH 3/6] iio: trigger: Add missing fields in kernel docs Cristina Opriceana
2015-08-02 17:32 ` Jonathan Cameron
2015-08-06 11:59 ` Cristina Georgiana Opriceana
2015-07-24 13:21 ` [PATCH 4/6] iio: event: " Cristina Opriceana
2015-08-02 17:33 ` Jonathan Cameron
2015-08-02 19:43 ` Hartmut Knaack
2015-08-03 9:00 ` Cristina Georgiana Opriceana
2015-08-03 9:05 ` Lars-Peter Clausen
2015-07-24 13:23 ` [PATCH 5/6] include: linux: iio: Fix function parameter name in kernel doc Cristina Opriceana
2015-08-02 17:34 ` Jonathan Cameron
2015-07-24 13:26 ` [PATCH 6/6] include: linux: iio: Add missing kernel doc field Cristina Opriceana
2015-08-02 17:37 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55BE5544.1080500@kernel.org \
--to=jic23@kernel.org \
--cc=cristina.opriceana@gmail.com \
--cc=daniel.baluta@intel.com \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).