From: Kent Gibson <warthog618@gmail.com>
To: linux-gpio@vger.kernel.org, brgl@bgdev.pl
Cc: Kent Gibson <warthog618@gmail.com>
Subject: [libgpiod][PATCH] tools: gpioset: remove pointless whitespace
Date: Wed, 7 Dec 2022 17:39:37 +0800 [thread overview]
Message-ID: <20221207093937.62048-1-warthog618@gmail.com> (raw)
Remove pointless whitespace in interact().
Signed-off-by: Kent Gibson <warthog618@gmail.com>
---
tools/gpioset.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/gpioset.c b/tools/gpioset.c
index c49d229..68b3922 100644
--- a/tools/gpioset.c
+++ b/tools/gpioset.c
@@ -842,8 +842,7 @@ static void interact(struct gpiod_line_request **requests,
}
printf("unknown command: '%s'\n", words[0]);
- printf("Try the 'help' command\n")
- ;
+ printf("Try the 'help' command\n");
cmd_ok:
for (i = 0; isspace(line[i]); i++)
--
2.38.1
next reply other threads:[~2022-12-07 9:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-07 9:39 Kent Gibson [this message]
2022-12-07 10:16 ` [libgpiod][PATCH] tools: gpioset: remove pointless whitespace Bartosz Golaszewski
2022-12-07 10:25 ` Kent Gibson
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=20221207093937.62048-1-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).