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

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hamadmarri committed Nov 16, 2021
1 parent db58800 commit edabdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/bs.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ migrate_degrades_locality(struct task_struct *p, struct rq *dst_rq, struct rq *s
return -1;

src_nid = cpu_to_node(cpu_of(src_rq));
dst_nid = cpu_to_node(cpus_of(dst_cpu));
dst_nid = cpu_to_node(cpu_of(dst_rq));

if (src_nid == dst_nid)
return -1;
Expand Down

0 comments on commit edabdb8

Please sign in to comment.