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:   Fri, 13 Jan 2023 13:42:58 +0100
From:   Bartosz Golaszewski <brgl@...ev.pl>
To:     Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc:     linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
        Linus Walleij <linus.walleij@...aro.org>
Subject: Re: [PATCH v1 1/1] gpiolib: Do not mention legacy API in the code

On Thu, Jan 12, 2023 at 3:17 PM Andy Shevchenko
<andriy.shevchenko@...ux.intel.com> wrote:
>
> Replace mentioning of legacy API by the latest one.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
>  include/linux/gpio/driver.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
> index 8e2e2618d40e..ddc7a14a274f 100644
> --- a/include/linux/gpio/driver.h
> +++ b/include/linux/gpio/driver.h
> @@ -339,7 +339,7 @@ struct device_node;
>   * @set_multiple: assigns output values for multiple signals defined by "mask"
>   * @set_config: optional hook for all kinds of settings. Uses the same
>   *     packed config format as generic pinconf.
> - * @to_irq: optional hook supporting non-static gpio_to_irq() mappings;
> + * @to_irq: optional hook supporting non-static gpiod_to_irq() mappings;
>   *     implementation may not sleep
>   * @dbg_show: optional routine to show contents in debugfs; default code
>   *     will be used when this is omitted, but custom code can show extra
> --
> 2.39.0
>

Applied, thanks!

Bart

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ