summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-12-31 08:08:59 -0600
committerTom Rini <[email protected]>2024-12-31 08:08:59 -0600
commitc6fd2a1c29ac3626e14557ac58e15883fbc80ac0 (patch)
treeb4b039c70bef3f4f7838c62dd2b93f04058a95c8 /cmd
parent08a915719f47cde3deaf65b0c58f24d1458002d2 (diff)
parent4be40460758057b9a85b0303dc072c108813cdf6 (diff)
Merge tag 'v2025.01-rc6' into next
Prepare v2025.01-rc6
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bootmenu.c2
-rw-r--r--cmd/rng.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c
index ffa63a4628d..b633aedf011 100644
--- a/cmd/bootmenu.c
+++ b/cmd/bootmenu.c
@@ -239,7 +239,7 @@ static int prepare_bootmenu_entry(struct bootmenu_data *menu,
/**
* prepare_uefi_bootorder_entry() - generate the uefi bootmenu entries
*
- * This function read the "BootOrder" UEFI variable
+ * This function reads the "BootOrder" UEFI variable
* and generate the bootmenu entries in the order of "BootOrder".
*
* @menu: pointer to the bootmenu structure
diff --git a/cmd/rng.c b/cmd/rng.c
index 2fb7202303a..4d91094a8ec 100644
--- a/cmd/rng.c
+++ b/cmd/rng.c
@@ -75,6 +75,6 @@ static int do_rng(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
U_BOOT_CMD(
rng, 3, 0, do_rng,
"print bytes from the hardware random number generator",
- "list - list all the probed rng devices\n"
- "rng [dev] [n] - print n random bytes(max 64) read from dev\n"
+ "list - list all probed rng devices\n"
+ "rng [dev [n]] - print n random bytes (max 64) read from dev\n"
);