From: Liam R. Howlett Date: Wed, 24 Nov 2021 16:58:11 +0000 (-0500) Subject: maple_tree: Add newlines after functions X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e9de1a2075a44ccc873c20d54d5953cc89af95e0;p=users%2Fjedix%2Flinux-maple.git maple_tree: Add newlines after functions Signed-off-by: Liam R. Howlett --- 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) {