linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: poeschel@lemonage.de
Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Subject: Re: [PATCH] Documentation: iio: fix a typo
Date: Wed, 9 Sep 2020 11:41:36 -0600	[thread overview]
Message-ID: <20200909114136.1bae2ac2@lwn.net> (raw)
In-Reply-To: <20200904091911.269715-1-poeschel@lemonage.de>

On Fri,  4 Sep 2020 11:19:11 +0200
poeschel@lemonage.de wrote:

> Rename function name to the actual name referenced in
> struct iio_sw_trigger_ops.
> 
> Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
> ---
>  Documentation/iio/iio_configfs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/iio/iio_configfs.rst b/Documentation/iio/iio_configfs.rst
> index 6e38cbbd2981..3a5d76f9e2b9 100644
> --- a/Documentation/iio/iio_configfs.rst
> +++ b/Documentation/iio/iio_configfs.rst
> @@ -53,7 +53,7 @@ kernel module following the interface in include/linux/iio/sw_trigger.h::
>  	 */
>    }
>  
> -  static int iio_trig_hrtimer_remove(struct iio_sw_trigger *swt)
> +  static int iio_trig_sample_remove(struct iio_sw_trigger *swt)
>    {

Applied, thanks.

jon

      reply	other threads:[~2020-09-09 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04  9:19 [PATCH] Documentation: iio: fix a typo poeschel
2020-09-09 17:41 ` Jonathan Corbet [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=20200909114136.1bae2ac2@lwn.net \
    --to=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=poeschel@lemonage.de \
    /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).