mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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:
@@ -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