]> www.infradead.org Git - users/hch/misc.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>
Mon, 2 Sep 2024 03:26:11 +0000 (20:26 -0700)
commitc64d66153b3413095c57805e66b8b6e2ff8633c0
treec8419fe16fb873748ceaf235a33a37e470c3660c
parent7a0529d0c2aa552498cc9b5c116f6e2ab8c2ac43
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