Commit 63993102 authored by Yang Li's avatar Yang Li Committed by Andrew Morton
Browse files

fs/proc/base.c: remove unneeded semicolon

parent 1df4bd83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;