forked from Minki/linux
ipc/mqueue.c: fix a brace coding style issue
Signed-off-by: somala swaraj <somalaswaraj@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/20200301135530.18340-1-somalaswaraj@gmail.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
29b46fa3dc
commit
43afe4d366
@ -239,11 +239,10 @@ static inline void msg_tree_erase(struct posix_msg_tree_node *leaf,
|
|||||||
info->msg_tree_rightmost = rb_prev(node);
|
info->msg_tree_rightmost = rb_prev(node);
|
||||||
|
|
||||||
rb_erase(node, &info->msg_tree);
|
rb_erase(node, &info->msg_tree);
|
||||||
if (info->node_cache) {
|
if (info->node_cache)
|
||||||
kfree(leaf);
|
kfree(leaf);
|
||||||
} else {
|
else
|
||||||
info->node_cache = leaf;
|
info->node_cache = leaf;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline struct msg_msg *msg_get(struct mqueue_inode_info *info)
|
static inline struct msg_msg *msg_get(struct mqueue_inode_info *info)
|
||||||
|
Loading…
Reference in New Issue
Block a user