linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] mm/pagewalk: remove unneeded semicolon
@ 2022-02-25  1:08 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2022-02-25  1:08 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, Yang Li, Abaci Robot

Eliminate the following coccicheck warning:
./mm/pagewalk.c:459:35-36: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 mm/pagewalk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/pagewalk.c b/mm/pagewalk.c
index fdfea080c5ff..53e5c145fcce 100644
--- a/mm/pagewalk.c
+++ b/mm/pagewalk.c
@@ -456,7 +456,7 @@ int walk_page_range(struct mm_struct *mm, unsigned long start,
 		} else { /* inside vma */
 			walk.vma = vma;
 			next = min(end, vma->vm_end);
-			vma = find_vma(mm, vma->vm_end);;
+			vma = find_vma(mm, vma->vm_end);
 
 			err = walk_page_test(start, next, &walk);
 			if (err > 0) {
-- 
2.20.1.7.g153144c



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-25  1:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25  1:08 [PATCH -next] mm/pagewalk: remove unneeded semicolon Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox