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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 22 Jan 2021 11:37:23 +0100
From:   Bartosz Golaszewski <bgolaszewski@...libre.com>
To:     Kent Gibson <warthog618@...il.com>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        linux-gpio <linux-gpio@...r.kernel.org>,
        Linus Walleij <linus.walleij@...aro.org>
Subject: Re: [PATCH] gpio: uapi: fix line info flags description

On Tue, Jan 19, 2021 at 2:58 PM Kent Gibson <warthog618@...il.com> wrote:
>
> The description of the flags field of the struct gpio_v2_line_info
> mentions "the GPIO lines" while the info only applies to an individual
> GPIO line.  This was accidentally changed from "the GPIO line" during
> formatting improvements.
>
> Reword to "this GPIO line" to clarify and to be consistent with other
> struct gpio_v2_line_info fields.
>
> Fixes: 2cc522d3931b ("gpio: uapi: kernel-doc formatting improvements")
> Signed-off-by: Kent Gibson <warthog618@...il.com>
> ---
>  include/uapi/linux/gpio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h
> index e4eb0b8c5cf9..7a6f7948a7df 100644
> --- a/include/uapi/linux/gpio.h
> +++ b/include/uapi/linux/gpio.h
> @@ -212,7 +212,7 @@ struct gpio_v2_line_request {
>   * @offset: the local offset on this GPIO chip, fill this in when
>   * requesting the line information from the kernel
>   * @num_attrs: the number of attributes in @attrs
> - * @flags: flags for the GPIO lines, with values from &enum
> + * @flags: flags for this GPIO line, with values from &enum
>   * gpio_v2_line_flag, such as %GPIO_V2_LINE_FLAG_ACTIVE_LOW,
>   * %GPIO_V2_LINE_FLAG_OUTPUT etc, added together.
>   * @attrs: the configuration attributes associated with the line
> --
> 2.30.0
>

Applied, thanks!

Bart

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ