[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231026005634.6581-1-yang.lee@linux.alibaba.com>
Date: Thu, 26 Oct 2023 08:56:34 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: akpm@...ux-foundation.org, oleg@...hat.com
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] fs: Remove unneeded semicolon
./fs/proc/base.c:3829:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7057
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
fs/proc/base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/proc/base.c b/fs/proc/base.c
index bfe9547d16f9..dd31e3b6bf77 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -3826,7 +3826,7 @@ static struct task_struct *first_tid(struct pid *pid, int tid, loff_t f_pos,
for_each_thread(task, pos) {
if (!nr--)
goto found;
- };
+ }
fail:
pos = NULL;
goto out;
--
2.20.1.7.g153144c
Powered by blists - more mailing lists