Re: [PATCH] Documentation: gpio: Fix bracket

From: Randy Dunlap

Date: Thu Sep 03 2026 - 13:27:28 EST




On 9/3/26 8:53 AM, Manuel Ebner wrote:
> Balance parentheses.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.

> ---
> Documentation/driver-api/gpio/board.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/gpio/board.rst b/Documentation/driver-api/gpio/board.rst
> index 4ac1e12cf..83b74843e 100644
> --- a/Documentation/driver-api/gpio/board.rst
> +++ b/Documentation/driver-api/gpio/board.rst
> @@ -55,7 +55,7 @@ looked up by the gpiod functions internally) used in the device tree. With above
>
> Internally, the GPIO subsystem prefixes the GPIO suffix ("gpios" or "gpio")
> with the string passed in con_id to get the resulting string
> -(``snprintf(... "%s-%s", con_id, gpio_suffixes[]``).
> +(``snprintf(... "%s-%s", con_id, gpio_suffixes[])``).
>
> ACPI
> ----

--
~Randy