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

Commit

Permalink
scx: Fix trivial grammatical typo
Browse files Browse the repository at this point in the history
Had an extra "is", remove to make the sentence correct.

Signed-off-by: David Vernet <[email protected]>
  • Loading branch information
Byte-Lab committed Apr 5, 2024
1 parent 779538f commit 01a08c4
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 01a08c4

Please sign in to comment.