maple_tree: correct comment for mas_start()
authorI Hsin Cheng <richard120310@gmail.com>
Sun, 9 Feb 2025 18:10:23 +0000 (02:10 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 05:06:10 +0000 (22:06 -0700)
commit67254c7d70b63797a54173fbe05cd6552aca11d4
treefddaef02cd9753d4844003364a3958b2f3c65f51
parent6e80c0aaad469e0a923ea0d7018fb1464e992018
maple_tree: correct comment for mas_start()

There's no mas->status of "mas_start", what the function is checking is
whether mas->status equals to "ma_start".  Correct the comment for the
function.

Link: https://lkml.kernel.org/r/20250209181023.228856-1-richard120310@gmail.com
Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Reviewed-by: Liam R. Howlett <howlett@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c