[PATCH v2 02/29] test: Fix a stray asterisk in ut_run_list()

Simon Glass sjg at chromium.org
Fri Feb 7 19:30:33 CET 2025


Drop the unwanted asterisk in the comment.

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

(no changes since v1)

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

diff --git a/test/test-main.c b/test/test-main.c
index 22b9b46d9cd..815f54bebd5 100644
--- a/test/test-main.c
+++ b/test/test-main.c
@@ -701,7 +701,7 @@ int ut_run_list(struct unit_test_state *uts, const char *category,
 		has_dm_tests = true;
 		/*
 		 * If we have no device tree, or it only has a root node, then
-		 * these * tests clearly aren't going to work...
+		 * these tests clearly aren't going to work...
 		 */
 		if (!gd->fdt_blob || fdt_next_node(gd->fdt_blob, 0, NULL) < 0) {
 			puts("Please run with test device tree:\n"
-- 
2.43.0



More information about the U-Boot mailing list