From: Randolph Chung <rchung42@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH] Fix typo in commands/gpio.c
Date: Mon, 5 Jul 2010 08:03:59 +0800 [thread overview]
Message-ID: <AANLkTinpo0s4FZGsfTMFIgAM8Q4hdcZq5NxY4smk1ohh@mail.gmail.com> (raw)
Please apply. -randolph
diff --git a/commands/gpio.c b/commands/gpio.c
index 2575c1e..91078cf 100644
--- a/commands/gpio.c
+++ b/commands/gpio.c
@@ -37,7 +37,7 @@ static int do_gpio_get_value(struct command *cmdtp, int argc,
}
static const __maybe_unused char cmd_gpio_get_value_help[] =
-"Usage: gpio_set_value <gpio>\n";
+"Usage: gpio_get_value <gpio>\n";
BAREBOX_CMD_START(gpio_get_value)
.cmd = do_gpio_get_value,
@@ -90,7 +90,7 @@ static const __maybe_unused char cmd_do_gpio_direction_input_h
BAREBOX_CMD_START(gpio_direction_input)
.cmd = do_gpio_direction_input,
- .usage = "set a gpio as output",
+ .usage = "set a gpio as input",
BAREBOX_CMD_HELP(cmd_do_gpio_direction_input_help)
BAREBOX_CMD_END
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2010-07-05 0:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=AANLkTinpo0s4FZGsfTMFIgAM8Q4hdcZq5NxY4smk1ohh@mail.gmail.com \
--to=rchung42@gmail.com \
--cc=barebox@lists.infradead.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