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(-) 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 -- 2.43.0