memblock tests: remove 'cleared' from comment blocks
authorRebecca Mckeever <remckee0@gmail.com>
Sun, 4 Sep 2022 04:23:37 +0000 (23:23 -0500)
committerMike Rapoport <rppt@linux.ibm.com>
Sun, 4 Sep 2022 10:49:33 +0000 (13:49 +0300)
commit35e49953c31d85d5d942af611d5b9090b0dc8cfa
tree38dbb93500df42afaa85802a8608c1f30bb1c844
parentdcd45ad2ad784c35bfba8ae93c285574bc2a8a1e
memblock tests: remove 'cleared' from comment blocks

The tests in alloc_nid_api can now run either memblock_alloc_try_nid()
or memblock_alloc_try_nid_raw(). The comment blocks for these tests
should not refer to a 'cleared' region since that only applies to
memblock_alloc_try_nid(). Remove 'cleared' from the comment blocks so
that the comments are accurate for either memblock function.

Signed-off-by: Rebecca Mckeever <remckee0@gmail.com>
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Link: https://lore.kernel.org/r/e8be24137e54e9f81a06af969ded82b319114d7a.1662264347.git.remckee0@gmail.com
tools/testing/memblock/tests/alloc_nid_api.c