All of lore.kernel.org
 help / color / mirror / Atom feed
* [libgpiod][PATCH] gpiod.h: fix typo in gpiod_line_request_bulk() documentation
@ 2020-10-15 22:47 Kent Gibson
  2020-10-16  9:28 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Kent Gibson @ 2020-10-15 22:47 UTC (permalink / raw)
  To: linux-gpio, bgolaszewski; +Cc: Kent Gibson

Replace 'prodivided' with 'provided'.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
---
 include/gpiod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gpiod.h b/include/gpiod.h
index a6e34ae..f44a34f 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -1141,7 +1141,7 @@ int gpiod_line_request_both_edges_events_flags(struct gpiod_line *line,
  *         this routine returns -1 and sets the last error number.
  *
  * If this routine succeeds, the caller takes ownership of the GPIO lines
- * until they're released. All the requested lines must be prodivided by the
+ * until they're released. All the requested lines must be provided by the
  * same gpiochip.
  */
 int gpiod_line_request_bulk(struct gpiod_line_bulk *bulk,
-- 
2.28.0


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

* Re: [libgpiod][PATCH] gpiod.h: fix typo in gpiod_line_request_bulk() documentation
  2020-10-15 22:47 [libgpiod][PATCH] gpiod.h: fix typo in gpiod_line_request_bulk() documentation Kent Gibson
@ 2020-10-16  9:28 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-10-16  9:28 UTC (permalink / raw)
  To: Kent Gibson; +Cc: linux-gpio

On Fri, Oct 16, 2020 at 12:47 AM Kent Gibson <warthog618@gmail.com> wrote:
>
> Replace 'prodivided' with 'provided'.
>
> Signed-off-by: Kent Gibson <warthog618@gmail.com>
> ---
>  include/gpiod.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/gpiod.h b/include/gpiod.h
> index a6e34ae..f44a34f 100644
> --- a/include/gpiod.h
> +++ b/include/gpiod.h
> @@ -1141,7 +1141,7 @@ int gpiod_line_request_both_edges_events_flags(struct gpiod_line *line,
>   *         this routine returns -1 and sets the last error number.
>   *
>   * If this routine succeeds, the caller takes ownership of the GPIO lines
> - * until they're released. All the requested lines must be prodivided by the
> + * until they're released. All the requested lines must be provided by the
>   * same gpiochip.
>   */
>  int gpiod_line_request_bulk(struct gpiod_line_bulk *bulk,
> --
> 2.28.0
>

Applied, thanks!

Bartosz

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 22:47 [libgpiod][PATCH] gpiod.h: fix typo in gpiod_line_request_bulk() documentation Kent Gibson
2020-10-16  9:28 ` 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.