]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Fri, 28 Feb 2025 00:59:55 +0000 (16:59 -0800)
commit8f817606a719dca5df1a3dc13ed4214134a54334
tree5bc3d52031ffd5160aa68ee8e2eb3fd78b658f50
parentc77e22b8444c8369a387e23490c90a989397a417
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