All of lore.kernel.org
 help / color / mirror / Atom feed
* [libgpiod][PATCH] doc: fix typo
@ 2020-10-15 17:52 marc.ferland
  2020-10-16  9:29 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: marc.ferland @ 2020-10-15 17:52 UTC (permalink / raw)
  To: linux-gpio; +Cc: Marc Ferland

From: Marc Ferland <marc.ferland@gmail.com>

Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
---
 include/gpiod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gpiod.h b/include/gpiod.h
index e684ab1..8b7c619 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -1057,7 +1057,7 @@ int gpiod_line_request_both_edges_events_flags(struct gpiod_line *line,
  * @param config Request options.
  * @param default_vals Initial line values - only relevant if we're setting
  *                     the direction to output.
- * @return 0 if the all lines were properly requested. In case of an error
+ * @return 0 if all lines were properly requested. In case of an error
  *         this routine returns -1 and sets the last error number.
  *
  * If this routine succeeds, the caller takes ownership of the GPIO lines
-- 
2.25.1


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

* Re: [libgpiod][PATCH] doc: fix typo
  2020-10-15 17:52 [libgpiod][PATCH] doc: fix typo marc.ferland
@ 2020-10-16  9:29 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-10-16  9:29 UTC (permalink / raw)
  To: marc.ferland; +Cc: open list:GPIO SUBSYSTEM

On Thu, Oct 15, 2020 at 7:52 PM <marc.ferland@gmail.com> wrote:
>
> From: Marc Ferland <marc.ferland@gmail.com>
>
> Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
> ---
>  include/gpiod.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/gpiod.h b/include/gpiod.h
> index e684ab1..8b7c619 100644
> --- a/include/gpiod.h
> +++ b/include/gpiod.h
> @@ -1057,7 +1057,7 @@ int gpiod_line_request_both_edges_events_flags(struct gpiod_line *line,
>   * @param config Request options.
>   * @param default_vals Initial line values - only relevant if we're setting
>   *                     the direction to output.
> - * @return 0 if the all lines were properly requested. In case of an error
> + * @return 0 if all lines were properly requested. In case of an error
>   *         this routine returns -1 and sets the last error number.
>   *
>   * If this routine succeeds, the caller takes ownership of the GPIO lines
> --
> 2.25.1
>

Applied, thanks!

Bartosz

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

end of thread, other threads:[~2020-10-16  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 17:52 [libgpiod][PATCH] doc: fix typo marc.ferland
2020-10-16  9:29 ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.