Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48aae425 authored by ZhenwenXu's avatar ZhenwenXu Committed by Linus Torvalds
Browse files

mm/mmap.c: fix coding style



Fix a little of the coding style in mm/mmap.c

[akpm@linux-foundation.org: cleanup]
Signed-off-by: default avatarZhenwenXu <helight.xu@gmail.com>
Signed-off-by: default avatarHugh Dickins <hugh@veritas.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 853ac43a
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -474,8 +474,7 @@ static void vma_link(struct mm_struct *mm, struct vm_area_struct *vma,
 * insert vm structure into list and rbtree and anon_vma,
 * but it has already been inserted into prio_tree earlier.
 */
static void
__insert_vm_struct(struct mm_struct * mm, struct vm_area_struct * vma)
static void __insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
{
	struct vm_area_struct *__vma, *prev;
	struct rb_node **rb_link, *rb_parent;