mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 14:02:37 -04:00
sched/core: Remove superfluous semicolon
Signed-off-by: Xin Gao <gaoxin@cdjrlc.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20220719111044.7095-1-gaoxin@cdjrlc.com
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user