scx_rusty: Fix typo

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
This commit is contained in:
I Hsin Cheng 2024-08-16 22:03:59 +08:00
parent 7c924e001b
commit 5d85937842

View File

@ -1097,7 +1097,7 @@ void BPF_STRUCT_OPS(rusty_enqueue, struct task_struct *p, u64 enq_flags)
if (!(taskc = lookup_task_ctx(p)))
return;
if (!(p_cpumask = taskc->cpumask)) {
scx_bpf_error("NULL cpmask");
scx_bpf_error("NULL cpumask");
return;
}