From 520a67268d79abc87fc95b92722e54dfa4954df6 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 25 Nov 2021 21:57:03 -0500 Subject: [PATCH] whitespace Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 27adf5afe624..d4419fd50594 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -1999,7 +1999,6 @@ static inline unsigned char mas_store_b_node(struct ma_wr_state *wr_mas, unsigned long piv; struct ma_state *mas = wr_mas->mas; - b_node->type = wr_mas->type; b_end = 0; slot = mas->offset; @@ -2701,7 +2700,6 @@ static inline void mast_setup_bnode_for_split(struct maple_subtree_state *mast) mast->bn->type = mte_node_type(mast->orig_l->node); } - static inline void *mtree_range_walk(struct ma_state *mas) { unsigned long *pivots; @@ -3617,7 +3615,6 @@ static inline void mas_extend_spanning_null(struct ma_wr_state *l_wr_mas, } } - static inline void *mas_state_walk(struct ma_state *mas) { void *entry; @@ -6611,7 +6608,6 @@ void mas_validate_limits(struct ma_state *mas) unsigned long *pivots = ma_pivots(mas_mn(mas), type); unsigned long piv = mas_safe_pivot(mas, pivots, type, i); - if (!piv) break; -- 2.49.0