projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6ddc5
)
test: Tidy a comment in the bloblist test
author
Simon Glass
<sjg@chromium.org>
Thu, 19 Aug 2021 03:40:28 +0000
(21:40 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 16 Sep 2021 17:19:25 +0000
(13:19 -0400)
Fix up a copy error.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/bloblist.c
patch
|
blob
|
history
diff --git
a/test/bloblist.c
b/test/bloblist.c
index 4104e6a92f6f7ff529be162373701a0198284fa3..b48be38dc3e2334763268c971ba96908513aec82 100644
(file)
--- a/
test/bloblist.c
+++ b/
test/bloblist.c
@@
-14,7
+14,7
@@
DECLARE_GLOBAL_DATA_PTR;
-/* Declare a new
compression
test */
+/* Declare a new
bloblist
test */
#define BLOBLIST_TEST(_name, _flags) \
UNIT_TEST(_name, _flags, bloblist_test)