mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Denis Orlov <denorl2009@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] clk: fix clk_round_rate command description
Date: Fri, 20 May 2022 11:51:46 +0200	[thread overview]
Message-ID: <20220520095146.GG25578@pengutronix.de> (raw)
In-Reply-To: <20220520065519.28173-1-denorl2009@gmail.com>

On Fri, May 20, 2022 at 09:55:19AM +0300, Denis Orlov wrote:
> Signed-off-by: Denis Orlov <denorl2009@gmail.com>
> ---
>  commands/clk.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/commands/clk.c b/commands/clk.c
> index 0f7d7422e9..dfbc7c988f 100644
> --- a/commands/clk.c
> +++ b/commands/clk.c
> @@ -99,12 +99,12 @@ static int do_clk_round_rate(int argc, char *argv[])
>  }
>  
>  BAREBOX_CMD_HELP_START(clk_round_rate)
> -BAREBOX_CMD_HELP_TEXT("Set clock CLK to RATE")
> +BAREBOX_CMD_HELP_TEXT("Show clock CLK actual rate if set to HZ")
>  BAREBOX_CMD_HELP_END
>  
>  BAREBOX_CMD_START(clk_round_rate)
>  	.cmd		= do_clk_round_rate,
> -	BAREBOX_CMD_DESC("set a clocks rate")
> +	BAREBOX_CMD_DESC("show a resulting clocks rate")
>  	BAREBOX_CMD_OPTS("CLK HZ")
>  	BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
>  	BAREBOX_CMD_HELP(cmd_clk_round_rate_help)
> -- 
> 2.20.1
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


      reply	other threads:[~2022-05-20 11:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20  6:55 Denis Orlov
2022-05-20  9:51 ` Sascha Hauer [this message]

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=20220520095146.GG25578@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=denorl2009@gmail.com \
    /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