On Wed, Aug 14, 2024 at 02:25:09AM +0000, Wei Yang wrote: > Went through the kernel doc in maple_tree.c, there are several points > needs to be cleaned. > > * kernel-doc should start with '/**' No, wrong. These are static functions, and the documentation for them doesn't need to be kernel-doc.