All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Jonathan Cameron <jic23@cam.ac.uk>, linux-iio@vger.kernel.org
Subject: Re: [PATCH] iio: fix typos
Date: Tue, 28 Aug 2012 20:41:40 +0100	[thread overview]
Message-ID: <503D1EF4.5070706@kernel.org> (raw)
In-Reply-To: <1345985019-24288-1-git-send-email-pmeerw@pmeerw.net>

On 08/26/2012 01:43 PM, Peter Meerwald wrote:
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
merge to togreg branch.
> ---
>  drivers/iio/industrialio-core.c |    2 +-
>  include/linux/iio/iio.h         |    6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
> index 2ec266e..47c1ffa 100644
> --- a/drivers/iio/industrialio-core.c
> +++ b/drivers/iio/industrialio-core.c
> @@ -729,7 +729,7 @@ static int iio_device_register_sysfs(struct iio_dev *indio_dev)
>  	attrcount = attrcount_orig;
>  	/*
>  	 * New channel registration method - relies on the fact a group does
> -	 * not need to be initialized if it is name is NULL.
> +	 * not need to be initialized if its name is NULL.
>  	 */
>  	if (indio_dev->channels)
>  		for (i = 0; i < indio_dev->num_channels; i++) {
> diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
> index be82936..f323e7b 100644
> --- a/include/linux/iio/iio.h
> +++ b/include/linux/iio/iio.h
> @@ -164,7 +164,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
>   * IIO_ENUM() - Initialize enum extended channel attribute
>   * @_name:	Attribute name
>   * @_shared:	Whether the attribute is shared between all channels
> - * @_e:		Pointer to a iio_enum struct
> + * @_e:		Pointer to an iio_enum struct
>   *
>   * This should usually be used together with IIO_ENUM_AVAILABLE()
>   */
> @@ -180,9 +180,9 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
>  /**
>   * IIO_ENUM_AVAILABLE() - Initialize enum available extended channel attribute
>   * @_name:	Attribute name ("_available" will be appended to the name)
> - * @_e:		Pointer to a iio_enum struct
> + * @_e:		Pointer to an iio_enum struct
>   *
> - * Creates a read only attribute which list all the available enum items in a
> + * Creates a read only attribute which lists all the available enum items in a
>   * space separated list. This should usually be used together with IIO_ENUM()
>   */
>  #define IIO_ENUM_AVAILABLE(_name, _e) \
> 

      parent reply	other threads:[~2012-08-28 19:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-26 12:43 [PATCH] iio: fix typos Peter Meerwald
2012-08-26 12:43 ` [PATCH] iio: document missing elements Peter Meerwald
2012-08-28 19:41   ` Jonathan Cameron
2012-08-26 12:43 ` [PATCH] iio: whitespace cleanup and removal of semicolon after functions Peter Meerwald
2012-08-28 19:42   ` Jonathan Cameron
2012-08-28 19:41 ` 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=503D1EF4.5070706@kernel.org \
    --to=jic23@kernel.org \
    --cc=jic23@cam.ac.uk \
    --cc=linux-iio@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 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.