maple_tree: cleanup function descriptions
authorWei Yang <richard.weiyang@gmail.com>
Fri, 30 Aug 2024 22:04:00 +0000 (22:04 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 9 Sep 2024 23:39:05 +0000 (16:39 -0700)
commit96ae4c9019c5651ded92e97828e341529d5863bc
tree39a894f20641baa5dc4f46f742fc1cea9106d757
parent94deaf69dcd33462c61fa8cabb0883e3085a1046
maple_tree: cleanup function descriptions

This patch tries to cleanup some function description:

  * function name mismatch
  * parameter name mismatch
  * parameter all end up with ':'
  * not prefix '*' if parameter is a pointer

There is still some missing description of parameters, I didn't add them
since I am not sure the exact meaning.

Link: https://lkml.kernel.org/r/20240830220400.2007-1-richard.weiyang@gmail.com
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c