From a8397c53df427d17b3bb43ad59310cc467343bc5 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Tue, 6 May 2025 11:50:39 -0400 Subject: [PATCH] mas_wr_rebalance_two() comment Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 68e5ff03a36f7..a4e89a992970d 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, -- 2.50.1