lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 9 Sep 2020 11:41:36 -0600
From:   Jonathan Corbet <corbet@....net>
To:     poeschel@...onage.de
Cc:     linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
        Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Subject: Re: [PATCH] Documentation: iio: fix a typo

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

> Rename function name to the actual name referenced in
> struct iio_sw_trigger_ops.
> 
> Signed-off-by: Lars Poeschel <poeschel@...onage.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ