Re: [PATCH] maple_tree: fix comment of mte_destroy_walk

From: Vernon Yang
Date: Wed Jan 11 2023 - 07:53:39 EST


On Tue, Jan 10, 2023 at 06:43:22PM +0000, Matthew Wilcox wrote:
> On Tue, Jan 10, 2023 at 11:22:16PM +0800, Vernon Yang wrote:
> > /*
> > * mte_destroy_walk() - Free a tree or sub-tree.
> > * @enode - the encoded maple node (maple_enode) to start
> > - * @mn - the tree to free - needed for node types.
> > + * @mt - the tree to free - needed for node types.
>
> Should probably also fix the separator between the parameter name and
> the description to be : instead of -.

Okay, thanks you for review.