]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm/mmap: Fix whitespace in expand_upwards()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 1 Mar 2021 19:22:39 +0000 (14:22 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 1 Mar 2021 19:22:39 +0000 (14:22 -0500)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c

index 5387a1ced7769c55de37a0499cf9545be7eb4567..0767553aa7bcfe614b5f66d58f50f04476c5614d 100644 (file)
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -2010,8 +2010,7 @@ int expand_upwards(struct vm_area_struct *vma, unsigned long address)
 /*
  * vma is the first one with address < vma->vm_start.  Have to extend vma.
  */
-int expand_downwards(struct vm_area_struct *vma,
-                                  unsigned long address)
+int expand_downwards(struct vm_area_struct *vma, unsigned long address)
 {
        struct mm_struct *mm = vma->vm_mm;
        struct vm_area_struct *prev;