Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #175 from sched-ext/typo
Browse files Browse the repository at this point in the history
scx: Fix trivial grammatical typo
  • Loading branch information
htejun authored Apr 5, 2024
2 parents 779538f + 01a08c4 commit aaf86e5
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 @@ -5202,7 +5202,7 @@ __bpf_kfunc void scx_bpf_put_idle_cpumask(const struct cpumask *idle_mask)
* Empty function body because we aren't actually acquiring or
* releasing a reference to a global idle cpumask, which is read-only
* in the caller and is never released. The acquire / release semantics
* here are just used to make the cpumask is a trusted pointer in the
* here are just used to make the cpumask a trusted pointer in the
* caller.
*/
}
Expand Down

0 comments on commit aaf86e5

Please sign in to comment.