diff mbox series

[v3,5/5] memblock tests: remove completed TODO item

Message ID 201729cfd08cfe5a8681f815b4a423455263d03d.1650633253.git.remckee0@gmail.com (mailing list archive)
State New
Headers show
Series memblock tests: update style of comments | expand

Commit Message

Rebecca Mckeever April 22, 2022, 1:33 p.m. UTC
Remove completed item from TODO list.

Signed-off-by: Rebecca Mckeever <remckee0@gmail.com>
---
 tools/testing/memblock/TODO | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/tools/testing/memblock/TODO b/tools/testing/memblock/TODO
index c25b2fdec45e..cd1a30d5acc9 100644
--- a/tools/testing/memblock/TODO
+++ b/tools/testing/memblock/TODO
@@ -23,6 +23,3 @@  TODO
 
 5. Add tests for memblock_alloc_node() to check if the correct NUMA node is set
    for the new region
-
-6. Update comments in tests/basic_api.c to match the style used in
-   tests/alloc_*.c