Skip to content

Commit

Permalink
sched/core: Remove superfluous semicolon
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Xin Gao authored and Ingo Molnar committed Aug 4, 2022
1 parent 18c31c9 commit 8648f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/core_sched.c
Expand Up @@ -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);
Expand Down

0 comments on commit 8648f92

Please sign in to comment.