From: Denis Orlov <denorl2009@gmail.com>
To: barebox@lists.infradead.org
Cc: Denis Orlov <denorl2009@gmail.com>
Subject: [PATCH] clk: fix clk_set_rate command help text
Date: Wed, 20 Mar 2024 19:43:36 +0300 [thread overview]
Message-ID: <20240320164404.15347-1-denorl2009@gmail.com> (raw)
It was at odds with the list of options, with the former mentioning
RATE and the latter mentioning HZ as a parameter. It seems that every
other clk-related command uses HZ, so use it here too.
Signed-off-by: Denis Orlov <denorl2009@gmail.com>
---
commands/clk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/clk.c b/commands/clk.c
index b1741b9da4..606519091e 100644
--- a/commands/clk.c
+++ b/commands/clk.c
@@ -67,7 +67,7 @@ static int do_clk_set_rate(int argc, char *argv[])
}
BAREBOX_CMD_HELP_START(clk_set_rate)
-BAREBOX_CMD_HELP_TEXT("Set clock CLK to RATE")
+BAREBOX_CMD_HELP_TEXT("Set clock CLK rate to HZ")
BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(clk_set_rate)
--
2.44.0
next reply other threads:[~2024-03-20 16:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-20 16:43 Denis Orlov [this message]
2024-03-25 10:00 ` Sascha Hauer
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=20240320164404.15347-1-denorl2009@gmail.com \
--to=denorl2009@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