Skip to content

Commit

Permalink
Merge pull request #25 from sched-ext/typo
Browse files Browse the repository at this point in the history
SCX: Typo fix
  • Loading branch information
htejun authored Jun 22, 2023
2 parents 3ef5047 + 7404b6c commit 1700712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -4146,7 +4146,7 @@ s32 scx_bpf_pick_idle_cpu(const struct cpumask *cpus_allowed, u64 flags)
* @flags: %SCX_PICK_IDLE_CPU_* flags
*
* Pick and claim an idle cpu in @cpus_allowed. If none is available, pick any
* CPU in @cpus_allowed. Guaranteed to suceed and returns the picked idle cpu
* CPU in @cpus_allowed. Guaranteed to succeed and returns the picked idle cpu
* number if @cpus_allowed is not empty. -%EBUSY is returned if @cpus_allowed is
* empty.
*
Expand Down

0 comments on commit 1700712

Please sign in to comment.