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

Update comments in memblock_remove_*() 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.

If the comment has an extra column of spaces, remove the extra space at
the beginning of each line for consistency and to conform to Linux kernel
coding style.

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