From: Kent Gibson <warthog618@gmail.com>
To: linux-gpio@vger.kernel.org, brgl@bgdev.pl
Cc: Kent Gibson <warthog618@gmail.com>
Subject: [libgpiod][PATCH 1/2] examples: fix typo in Makefile.am
Date: Thu, 29 Jun 2023 18:14:54 +0800 [thread overview]
Message-ID: <20230629101455.127795-2-warthog618@gmail.com> (raw)
In-Reply-To: <20230629101455.127795-1-warthog618@gmail.com>
The trailing "s" is missing from "toggle_multiple_line_values" in
several places, so add it.
Signed-off-by: Kent Gibson <warthog618@gmail.com>
---
examples/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/Makefile.am b/examples/Makefile.am
index daf902b..e92f303 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -37,7 +37,7 @@ reconfigure_input_to_output_SOURCES = reconfigure_input_to_output.c
toggle_line_value_SOURCES = toggle_line_value.c
-toggle_multiple_line_value_SOURCES = toggle_multiple_line_value.c
+toggle_multiple_line_values_SOURCES = toggle_multiple_line_values.c
watch_line_info_SOURCES = watch_line_info.c
--
2.41.0
next prev parent reply other threads:[~2023-06-29 10:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 10:14 [libgpiod][PATCH 0/2] minor build warning fixes Kent Gibson
2023-06-29 10:14 ` Kent Gibson [this message]
2023-06-30 12:00 ` [libgpiod][PATCH 1/2] examples: fix typo in Makefile.am Bartosz Golaszewski
2023-06-29 10:14 ` [libgpiod][PATCH 2/2] bindings: rust: fix unclear resolver warning Kent Gibson
2023-06-29 11:34 ` Erik Schilling
2023-06-30 12:01 ` Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230629101455.127795-2-warthog618@gmail.com \
--to=warthog618@gmail.com \
--cc=brgl@bgdev.pl \
--cc=linux-gpio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).