[PATCH] cmd:Elaborate ‘blkcache’ cmd HELP statement

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" );

+Heinrich Schuchardt
Hi,
On Tue, 1 Jun 2021 at 00:06, opensource.kab@gmail.com wrote:
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"
How about something like this
"blkcache configure <blocks> <entries> - set max blocks per entry and max cache entries\n"
);
2.17.1
Regards, Simon
participants (2)
-
opensource.kab@gmail.com
-
Simon Glass