All of lore.kernel.org
 help / color / mirror / Atom feed
From: opensource.kab@gmail.com
To: u-boot@lists.denx.de
Cc: sjg@chromium.org, Adarsh Babu Kalepalli <opensource.kab@gmail.com>
Subject: [PATCH] cmd:Elaborate ‘blkcache’ cmd HELP statement
Date: Tue,  1 Jun 2021 11:35:52 +0530	[thread overview]
Message-ID: <20210601060552.5079-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>
---

 cmd/blkcache.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/blkcache.c b/cmd/blkcache.c
index 25f252e455..89ae52150a 100644
--- a/cmd/blkcache.c
+++ b/cmd/blkcache.c
@@ -84,4 +84,5 @@ U_BOOT_CMD(
 	"block cache diagnostics and control",
 	"show - show and reset statistics\n"
 	"blkcache configure blocks entries\n"
+	"	- configure 'max blocks/entry' to 'blocks' and 'max cache entries' to 'entries'\n"
 );
-- 
2.17.1


             reply	other threads:[~2021-06-01  6:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01  6:05 opensource.kab [this message]
2021-06-26 18:29 ` [PATCH] cmd:Elaborate ‘blkcache’ cmd HELP statement Simon Glass

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=20210601060552.5079-1-opensource.kab@gmail.com \
    --to=opensource.kab@gmail.com \
    --cc=sjg@chromium.org \
    --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.