Skip to content

Commit

Permalink
Merge pull request sched-ext#225 from sched-ext/error-typo
Browse files Browse the repository at this point in the history
Fix error typo
  • Loading branch information
Byte-Lab authored Apr 10, 2024
2 parents f53c297 + 6eefc8c commit 47ab933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheds/rust/scx_layered/src/bpf/main.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ s32 BPF_STRUCT_OPS_SLEEPABLE(layered_init)
return ret;

if (!(cpumaskw = bpf_map_lookup_elem(&layer_cpumasks, &i)))
return -ENONET;
return -ENOENT;

cpumask = bpf_cpumask_create();
if (!cpumask)
Expand Down

0 comments on commit 47ab933

Please sign in to comment.