linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Peter Meerwald <pmeerw@pmeerw.net>
Cc: linux-iio@vger.kernel.org
Subject: Re: [PATCH] iio: fix spelling of detach in static func
Date: Tue, 03 Jul 2012 20:47:18 +0100	[thread overview]
Message-ID: <4FF34C46.5000503@kernel.org> (raw)
In-Reply-To: <1341265427-1647-1-git-send-email-pmeerw@pmeerw.net>

On 07/02/2012 10:43 PM, Peter Meerwald wrote:
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
oops.  merged. Thanks.
> ---
>  drivers/iio/industrialio-trigger.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/iio/industrialio-trigger.c b/drivers/iio/industrialio-trigger.c
> index ec653fb..2ef36d1 100644
> --- a/drivers/iio/industrialio-trigger.c
> +++ b/drivers/iio/industrialio-trigger.c
> @@ -234,7 +234,7 @@ static int iio_trigger_attach_poll_func(struct iio_trigger *trig,
>  	return ret;
>  }
>  
> -static int iio_trigger_dettach_poll_func(struct iio_trigger *trig,
> +static int iio_trigger_detach_poll_func(struct iio_trigger *trig,
>  					 struct iio_poll_func *pf)
>  {
>  	int ret = 0;
> @@ -502,7 +502,7 @@ EXPORT_SYMBOL(iio_triggered_buffer_postenable);
>  
>  int iio_triggered_buffer_predisable(struct iio_dev *indio_dev)
>  {
> -	return iio_trigger_dettach_poll_func(indio_dev->trig,
> +	return iio_trigger_detach_poll_func(indio_dev->trig,
>  					     indio_dev->pollfunc);
>  }
>  EXPORT_SYMBOL(iio_triggered_buffer_predisable);
> 



      reply	other threads:[~2012-07-03 19:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-02 21:43 [PATCH] iio: fix spelling of detach in static func Peter Meerwald
2012-07-03 19:47 ` 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=4FF34C46.5000503@kernel.org \
    --to=jic23@kernel.org \
    --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 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).