From: Liam R. Howlett Date: Thu, 25 Sep 2025 14:48:10 +0000 (-0400) Subject: fix comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f7ef6c1fbd006c4f154ec6d55d22c333c2b8bc67;p=users%2Fjedix%2Flinux-maple.git fix comment Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 4fbb38bfa4c0..e7b943d570ba 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -3392,7 +3392,7 @@ static void mas_wr_spanning_store(struct ma_wr_state *wr_mas) struct ma_state *mas; struct ma_state sib; - /* Left and Right side of spanning store */ + /* Track the left side with wr_mas, the right is below */ MA_STATE(r_mas, NULL, 0, 0); MA_WR_STATE(r_wr_mas, &r_mas, wr_mas->entry);