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

Commit

Permalink
scx: Fix spelling in function comment
Browse files Browse the repository at this point in the history
Quick fix of spelling in dispatch_to_local_dsq_lock comment.

Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
  • Loading branch information
hodgesds committed Jun 16, 2024
1 parent 4da57a5 commit acb3ddb
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 @@ -2137,7 +2137,7 @@ static bool move_task_to_local_dsq(struct rq *rq, struct task_struct *p,
}

/**
* dispatch_to_local_dsq_lock - Ensure source and desitnation rq's are locked
* dispatch_to_local_dsq_lock - Ensure source and destination rq's are locked
* @rq: current rq which is locked
* @rf: rq_flags to use when unlocking @rq
* @src_rq: rq to move task from
Expand Down

0 comments on commit acb3ddb

Please sign in to comment.