sched/core: Remove superfluous semicolon

Signed-off-by: Xin Gao <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
This commit is contained in:
Xin Gao
2022-08-04 11:02:08 +02:00
committed by Ingo Molnar
parent 18c31c9711
commit 8648f92a66
+1 -1
View File
@@ -205,7 +205,7 @@ int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type,
default:
err = -EINVAL;
goto out;
};
}
if (type == PIDTYPE_PID) {
__sched_core_set(task, cookie);