summaryrefslogtreecommitdiff
path: root/mm/vma.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vma.c')
-rw-r--r--mm/vma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/vma.c b/mm/vma.c
index 0fb9b2c7b734..fef67a66a095 100644
--- a/mm/vma.c
+++ b/mm/vma.c
@@ -3113,7 +3113,6 @@ int __vm_munmap(unsigned long start, size_t len, bool unlock)
return ret;
}
-
/* Insert vm structure into process list sorted by address
* and into the inode's i_mmap tree. If vm_file is non-NULL
* then i_mmap_rwsem is taken here.