OSDN Git Service

maple_tree: fix comment of mte_destroy_walk
authorVernon Yang <vernon2gm@gmail.com>
Wed, 11 Jan 2023 13:53:48 +0000 (21:53 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:01 +0000 (22:33 -0800)
commitf942b0f0528d1198b94b8211c84d4f28a654c0ff
tree894ab817e9d6d1ea0e888d53e4721125c5ee6890
parent6a171c16e62f854e6a7e0f837dbe8f3ace0f00ce
maple_tree: fix comment of mte_destroy_walk

The parameter name of maple tree is mt, make the comment be mt instead of
mn, and the separator between the parameter name and the description to be
: instead of -.

Link: https://lkml.kernel.org/r/20230111135348.803181-1-vernon2gm@gmail.com
Fixes: 54a611b60590 ("Maple Tree: add new data structure")
Signed-off-by: Vernon Yang <vernon2gm@gmail.com>
Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c