From e9de1a2075a44ccc873c20d54d5953cc89af95e0 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Wed, 24 Nov 2021 11:58:11 -0500 Subject: [PATCH] maple_tree: Add newlines after functions Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 6522b407c023..1ffc61b3d884 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -4259,6 +4259,7 @@ static inline bool mas_wr_append(struct ma_wr_state *wr_mas) } return 0; } + static inline void mas_wr_modify(struct ma_wr_state *wr_mas) { unsigned char zero; @@ -5466,6 +5467,7 @@ start_slots_free: free_leaf: mt_free_rcu(&node->rcu); } + static inline void __rcu **mas_destroy_descend(struct ma_state *mas, struct maple_enode *prev, unsigned char offset) { -- 2.50.1