[Concept,09/24] test: Correct an incomplete sentence in prep_mmc_bootdev()

Message ID 20251018084117.1798704-10-sjg@u-boot.org
State New
Headers
Series bootctl: Expand bootctl to include a new UI |

Commit Message

Simon Glass Oct. 18, 2025, 8:40 a.m. UTC
  From: Simon Glass <sjg@chromium.org>

The comment for mmc_dev is missing the last part of the sentence. Add
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 test/boot/bootflow.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c
index 65e2b5b5c9d..e2de3af4f29 100644
--- a/test/boot/bootflow.c
+++ b/test/boot/bootflow.c
@@ -635,7 +635,7 @@  BOOTSTD_TEST(bootflow_cmd_boot, UTF_DM | UTF_SCAN_FDT | UTF_CONSOLE);
  *
  * @uts: Unit test state
  * @mmc_dev: MMC device to use, e.g. "mmc4". Note that this must remain valid
- *	in the caller until
+ *	in the caller until boot scanning is finished
  * @bind_cros: true to bind the ChromiumOS and Android bootmeths
  * @old_orderp: Returns the original bootdev order, which must be restored
  * Returns 0 on success, -ve on failure