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: 2cc522d393
("gpio: uapi: kernel-doc formatting improvements")
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
This commit is contained in:
parent
94329e158e
commit
f61d3f0c69
|
@ -212,7 +212,7 @@ struct gpio_v2_line_request {
|
||||||
* @offset: the local offset on this GPIO chip, fill this in when
|
* @offset: the local offset on this GPIO chip, fill this in when
|
||||||
* requesting the line information from the kernel
|
* requesting the line information from the kernel
|
||||||
* @num_attrs: the number of attributes in @attrs
|
* @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, such as %GPIO_V2_LINE_FLAG_ACTIVE_LOW,
|
||||||
* %GPIO_V2_LINE_FLAG_OUTPUT etc, added together.
|
* %GPIO_V2_LINE_FLAG_OUTPUT etc, added together.
|
||||||
* @attrs: the configuration attributes associated with the line
|
* @attrs: the configuration attributes associated with the line
|
||||||
|
|
Loading…
Reference in New Issue