From a8c942a08e6ba100cc451aa53d666d6dae865cc4 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Mon, 1 Mar 2021 14:22:39 -0500 Subject: [PATCH] mm/mmap: Fix whitespace in expand_upwards() Signed-off-by: Liam R. Howlett --- mm/mmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.50.1