[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220901063725.24220-1-yuancan@huawei.com>
Date: Thu, 1 Sep 2022 06:37:25 +0000
From: Yuan Can <yuancan@...wei.com>
To: <akpm@...ux-foundation.org>, <linux-mm@...ck.org>
CC: <linux-kernel@...r.kernel.org>, <yuancan@...wei.com>
Subject: [PATCH] mm: remove extra empty line
Remove extra empty line.
Signed-off-by: Yuan Can <yuancan@...wei.com>
---
mm/mmap.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/mmap.c b/mm/mmap.c
index 6445fd386f04..2504f89d519f 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -2804,7 +2804,6 @@ SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len)
SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
unsigned long, prot, unsigned long, pgoff, unsigned long, flags)
{
-
struct mm_struct *mm = current->mm;
struct vm_area_struct *vma;
unsigned long populate = 0;
--
2.17.1
Powered by blists - more mailing lists