From: Liam R. Howlett Date: Tue, 6 May 2025 15:50:39 +0000 (-0400) Subject: mas_wr_rebalance_two() comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a8397c53df427d17b3bb43ad59310cc467343bc5;p=users%2Fjedix%2Flinux-maple.git mas_wr_rebalance_two() comment Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 68e5ff03a36f..a4e89a992970 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -3916,8 +3916,8 @@ bool mas_wr_try_rebalance(struct ma_state *mas, struct ma_node_info *src, } /* - * mas_wr_rebalance_two() - rebalance data into two nodes, expects data to - * be decreasing (vs splitting pushing data to a neighbour). + * rebalance_two() - rebalance data into two nodes, expects data to be + * decreasing (vs splitting pushing data to a neighbour). */ static void rebalance_two(struct ma_node_info *left, struct ma_node_info *right, struct ma_node_info *src, struct ma_node_info *src2,