Skip to content

Commit

Permalink
SCX: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
htejun committed Jun 22, 2023
1 parent dec3eaa commit 7404b6c
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 7404b6c

Please sign in to comment.