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

scx: Fix spelling in function comment #225

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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