diff options
author | Rebecca Mckeever <remckee0@gmail.com> | 2022-05-01 01:49:40 +0300 |
---|---|---|
committer | Mike Rapoport <rppt@linux.ibm.com> | 2022-05-09 13:10:58 +0300 |
commit | 000605cd1b14f0970465a44bfe89da93cca66348 (patch) | |
tree | 0338cdb6b080122aa898d640d067c017e4136f7e /tools/testing/memblock | |
parent | a5550c053f6cf9993119f5c82ffc25ea80364b64 (diff) | |
download | linux-000605cd1b14f0970465a44bfe89da93cca66348.tar.xz |
memblock tests: remove completed TODO item
Remove completed item from TODO list.
Signed-off-by: Rebecca Mckeever <remckee0@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Diffstat (limited to 'tools/testing/memblock')
-rw-r--r-- | tools/testing/memblock/TODO | 3 |
1 files changed, 0 insertions, 3 deletions
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 |