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: ZhenwenXu <helight.xu@gmail.com> Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
853ac43ab1
commit
48aae42556
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user