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:
parent
18c31c9711
commit
8648f92a66
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue