gpio: uapi: fix line info flags description
authorKent Gibson <warthog618@gmail.com>
Tue, 19 Jan 2021 13:57:27 +0000 (21:57 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Feb 2021 10:43:29 +0000 (11:43 +0100)
commitf61d3f0c6912c54f6a468318907a5c554e116516
tree8422938546c5b22d66d301778a5f8317a3afd311
parent94329e158e341bbeb777c7b5af085cce3ca3d344
gpio: uapi: fix line info flags description

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@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
include/uapi/linux/gpio.h