]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: fix comment typo with corresponding maple_status
authorWei Yang <richard.weiyang@gmail.com>
Mon, 12 Aug 2024 15:09:25 +0000 (15:09 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 17 Aug 2024 00:53:12 +0000 (17:53 -0700)
commit50e4fa6da3cb26490eb5d67b0809f46be23efed1
tree644de89dac1a96bea1de9fe8fd1d34a9a54223b5
parent6c7667450ee57c63e8e5743b0eb14e3ea282800c
maple_tree: fix comment typo with corresponding maple_status

In comment of function mas_start(), we list the return value of different
cases.  According to the comment context, tell the maple_status here is
more consistent with others.

Let's correct it with ma_active in the case it's a tree.

Link: https://lkml.kernel.org/r/20240812150925.31551-2-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