All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Peter Meerwald <pmeerw@pmeerw.net>
Cc: linux-iio@vger.kernel.org,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Subject: Re: [PATCH] iio: Fix documentation of devm_iio_device_free()
Date: Sat, 03 Aug 2013 22:22:01 +0100	[thread overview]
Message-ID: <51FD7479.6000402@kernel.org> (raw)
In-Reply-To: <1375133710-19453-1-git-send-email-pmeerw@pmeerw.net>

On 07/29/13 22:35, Peter Meerwald wrote:
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
> Cc: Grygorii Strashko <grygorii.strashko@ti.com>
> Cc: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Indeed, this is downright confusing ;)

Applied to the togreg branch of iio.git

Thanks.
> ---
>  include/linux/iio/iio.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
> index f1d99f6..7ae54a5 100644
> --- a/include/linux/iio/iio.h
> +++ b/include/linux/iio/iio.h
> @@ -552,9 +552,9 @@ struct iio_dev *devm_iio_device_alloc(struct device *dev, int sizeof_priv);
>   * @dev:		Device this iio_dev belongs to
>   * @indio_dev: 		the iio_dev associated with the device
>   *
> - * Free indio_dev allocated with devm_iio_device_alloc().
> + * Free iio_dev allocated with devm_iio_device_alloc().
>   */
> -void devm_iio_device_free(struct device *dev, struct iio_dev *iio_dev);
> +void devm_iio_device_free(struct device *dev, struct iio_dev *indio_dev);
>  
>  /**
>   * iio_buffer_enabled() - helper function to test if the buffer is enabled
> 

      reply	other threads:[~2013-08-03 20:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-29 21:35 [PATCH] iio: Fix documentation of devm_iio_device_free() Peter Meerwald
2013-08-03 21:22 ` 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=51FD7479.6000402@kernel.org \
    --to=jic23@kernel.org \
    --cc=grygorii.strashko@ti.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=o.v.kravchenko@globallogic.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.