mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
sched_ext: Fix typo in scx_bpf_dsq_insert() comment
The comment for scx_bpf_dsq_insert() references "@dsp_id" in the description body, but the parameter is named "@dsq_id" in both the parameter list and the function signature. Signed-off-by: Liang Luo <luoliang@kylinos.cn> Acked-by: Andrea Righi <arighi@nvidia.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
daf8e166ba
commit
f3c6919207
|
|
@ -7764,7 +7764,7 @@ __bpf_kfunc_start_defs();
|
|||
* When called from ops.select_cpu() or ops.enqueue(), it's for direct dispatch
|
||||
* and @p must match the task being enqueued.
|
||||
*
|
||||
* When called from ops.select_cpu(), @enq_flags and @dsp_id are stored, and @p
|
||||
* When called from ops.select_cpu(), @enq_flags and @dsq_id are stored, and @p
|
||||
* will be directly inserted into the corresponding dispatch queue after
|
||||
* ops.select_cpu() returns. If @p is inserted into SCX_DSQ_LOCAL, it will be
|
||||
* inserted into the local DSQ of the CPU returned by ops.select_cpu().
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user