From 90b5dc2d1c7b61ff4d812dd7b15560217591c959 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 10 Jan 2019 14:57:47 -0500 Subject: [PATCH] maple_tree: whitespace fix Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 79c86ce57544..343a7996765b 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -71,6 +71,7 @@ static inline struct maple_node *mt_safe_root(const void *entry) { return (struct maple_node *)((unsigned long)entry & ~2); } + static inline void *mt_mk_root(const struct maple_node *node) { @@ -90,6 +91,7 @@ static inline unsigned int mt_slot_mask(struct maple_node *node) bitmask |= 0x04; // Set bit 2. return bitmask; } + static inline unsigned int mt_slot_shift(struct maple_node *node) { if (mt_node_type(node) == MAPLE_RANGE16_SLOTS) @@ -197,6 +199,7 @@ static inline struct maple_node *ma_next_alloc(struct ma_state *ms) return mn; } + static void ma_new_node(struct ma_state *ms, gfp_t gfp) { struct maple_node *mn, *smn; -- 2.50.1