* [PATCH] clk: fix clk_set_rate command help text
@ 2024-03-20 16:43 Denis Orlov
2024-03-25 10:00 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Denis Orlov @ 2024-03-20 16:43 UTC (permalink / raw)
To: barebox; +Cc: Denis Orlov
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: fix clk_set_rate command help text
2024-03-20 16:43 [PATCH] clk: fix clk_set_rate command help text Denis Orlov
@ 2024-03-25 10:00 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-03-25 10:00 UTC (permalink / raw)
To: barebox, Denis Orlov
On Wed, 20 Mar 2024 19:43:36 +0300, Denis Orlov wrote:
> 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.
>
>
Applied, thanks!
[1/1] clk: fix clk_set_rate command help text
https://git.pengutronix.de/cgit/barebox/commit/?id=34f75394b342 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-25 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 16:43 [PATCH] clk: fix clk_set_rate command help text Denis Orlov
2024-03-25 10:00 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox