git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98eba15
)
test: Fix a stray asterisk in ut_run_list()
author
Simon Glass
<sjg@chromium.org>
Fri, 7 Feb 2025 18:30:33 +0000
(11:30 -0700)
committer
Tom Rini
<trini@konsulko.com>
Wed, 12 Feb 2025 02:10:58 +0000
(20:10 -0600)
Drop the unwanted asterisk in the comment.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/test-main.c
patch
|
blob
|
history
diff --git
a/test/test-main.c
b/test/test-main.c
index
22b9b46
..
815f54b
100644
(file)
--- 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"