]> 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>
Tue, 4 Mar 2025 05:49:46 +0000 (21:49 -0800)
commit2e6d105cd1e98765d2a88039d4e78cba99bedbcd
treeb631149cba6a964535b92e22a174543e33345370
parent88e14d6987fdbaff6e528fd9dfff879718e1d9cb
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