Merge pull request #225 from sched-ext/error-typo

Fix error typo
This commit is contained in:
David Vernet 2024-04-10 15:05:13 -05:00 committed by GitHub
commit 47ab9331f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)