From: Liam R. Howlett Date: Mon, 1 Mar 2021 19:22:39 +0000 (-0500) Subject: mm/mmap: Fix whitespace in expand_upwards() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a8c942a08e6ba100cc451aa53d666d6dae865cc4;p=users%2Fjedix%2Flinux-maple.git mm/mmap: Fix whitespace in expand_upwards() Signed-off-by: Liam R. Howlett --- diff --git a/mm/mmap.c b/mm/mmap.c index 5387a1ced776..0767553aa7bc 100644 --- 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;