All of lore.kernel.org
 help / color / mirror / Atom feed
From: opensource.kab@gmail.com
To: u-boot@lists.denx.de
Cc: Simon Glass <sjg@chromium.com>,
	Adarsh Babu Kalepalli <opensource.kab@gmail.com>
Subject: [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement
Date: Wed, 30 Jun 2021 23:57:45 +0530	[thread overview]
Message-ID: <20210630182745.8239-1-opensource.kab@gmail.com> (raw)

From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>

HELP description is provided for ‘configure’ sub-command
of ‘blkcache’.

Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
---

(no changes since v1)

 cmd/blkcache.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmd/blkcache.c b/cmd/blkcache.c
index 25f252e455..47ea1ec0b9 100644
--- a/cmd/blkcache.c
+++ b/cmd/blkcache.c
@@ -83,5 +83,6 @@ U_BOOT_CMD(
 	blkcache, 4, 0, do_blkcache,
 	"block cache diagnostics and control",
 	"show - show and reset statistics\n"
-	"blkcache configure blocks entries\n"
+	"blkcache configure <blocks> <entries> "
+	"- set max blocks per entry and max cache entries\n"
 );
-- 
2.17.1


             reply	other threads:[~2021-06-30 18:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30 18:27 opensource.kab [this message]
2021-07-05 15:29 ` [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement Simon Glass
2021-08-05  1:19 ` Tom Rini

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=20210630182745.8239-1-opensource.kab@gmail.com \
    --to=opensource.kab@gmail.com \
    --cc=sjg@chromium.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.