]> git.baikalelectronics.ru Git - kernel.git/commit
memblock tests: update style of comments for memblock_add_*() functions
authorRebecca Mckeever <remckee0@gmail.com>
Sat, 30 Apr 2022 22:49:36 +0000 (17:49 -0500)
committerMike Rapoport <rppt@linux.ibm.com>
Mon, 9 May 2022 10:10:38 +0000 (13:10 +0300)
commitb36b4c287e737696fc58604c817f7c8996e20e37
treea310701dcd87f68b20320d957bd31facd1e10b2f
parent5b9aebe6c6a9cba90737cc0b7de46b1e312ef3ec
memblock tests: update style of comments for memblock_add_*() functions

Update comments in memblock_add_*() functions to match the style used
in tests/alloc_*.c by rewording to make the expected outcome more apparent
and, if more than one memblock is involved, adding a visual of the
memory blocks.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Rebecca Mckeever <remckee0@gmail.com>
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
tools/testing/memblock/tests/basic_api.c