[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221020024035.113619-1-yang.lee@linux.alibaba.com>
Date: Thu, 20 Oct 2022 10:40:35 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] mm: gup_test: Remove unneeded semicolon
./mm/gup_test.c:281:2-3: Unneeded semicolon
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2455
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
mm/gup_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/gup_test.c b/mm/gup_test.c
index 2bbfacd31f5a..796d2641e1dc 100644
--- a/mm/gup_test.c
+++ b/mm/gup_test.c
@@ -278,7 +278,7 @@ static inline int pin_longterm_test_start(unsigned long arg)
}
pin_longterm_test_nr_pages += cur_pages;
pages += cur_pages;
- };
+ }
if (!fast)
mmap_read_unlock(current->mm);
--
2.20.1.7.g153144c
Powered by blists - more mailing lists