mbox series

[0/3] memblock tests: update style of comments

Message ID cover.1650452552.git.remckee0@gmail.com (mailing list archive)
Headers show
Series memblock tests: update style of comments | expand

Message

Rebecca Mckeever April 20, 2022, 11:18 a.m. UTC
These patches update the style of comments for memblock_add_*() and
memblock_reserve_*() functions to match the style of comments in
tests/alloc_*.c and remove extra spaces in those comments to conform
to Linux kernel coding style.

Rebecca Mckeever (3):
  memblock tests: update style of comments for memblock_add_*()
    functions
  memblock tests: update style of comments for memblock_reserve_*()
    functions
  memblock tests: remove extra column of spaces in block comment

 tools/testing/memblock/tests/basic_api.c | 153 ++++++++++++++++-------
 1 file changed, 109 insertions(+), 44 deletions(-)