Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] Documentation: gpio: Fix bracket
@ 2026-09-03 15:53 Manuel Ebner
  2026-09-03 17:20 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Ebner @ 2026-09-03 15:53 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Jonathan Corbet, Shuah Khan
  Cc: Manuel Ebner, linux-gpio, linux-doc, linux-kernel

Balance parentheses.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 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
 ----
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: gpio: Fix bracket
  2026-09-03 15:53 [PATCH] Documentation: gpio: Fix bracket Manuel Ebner
@ 2026-09-03 17:20 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-09-03 17:20 UTC (permalink / raw)
  To: Manuel Ebner, Linus Walleij, Bartosz Golaszewski, Jonathan Corbet,
	Shuah Khan
  Cc: linux-gpio, linux-doc, linux-kernel



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

Acked-by: Randy Dunlap <rdunlap@infradead.org>
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-03 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 15:53 [PATCH] Documentation: gpio: Fix bracket Manuel Ebner
2026-09-03 17:20 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox