From: I Hsin Cheng Date: Sun, 9 Feb 2025 18:10:23 +0000 (+0800) Subject: maple_tree: correct comment for mas_start() X-Git-Tag: v6.15-rc1~81^2~355 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=67254c7d70b63797a54173fbe05cd6552aca11d4;p=linux-block.git 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 Reviewed-by: Liam R. Howlett Signed-off-by: Andrew Morton --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index f7153ade1be5..42c65974a56c 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -1353,7 +1353,7 @@ static void mas_node_count(struct ma_state *mas, int count) * mas_start() - Sets up maple state for operations. * @mas: The maple state. * - * If mas->status == mas_start, then set the min, max and depth to + * If mas->status == ma_start, then set the min, max and depth to * defaults. * * Return: