Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30186c6f authored by Gong Zhaogang's avatar Gong Zhaogang Committed by Tejun Heo
Browse files

workqueue: function name in the comment differs from the real function name



modify wq_calc_node_mask to wq_calc_node_cpumask

Signed-off-by: default avatarGong Zhaogang <gongzhaogang@inspur.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 6888c6f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3428,7 +3428,7 @@ static struct pool_workqueue *alloc_unbound_pwq(struct workqueue_struct *wq,
}

/**
 * wq_calc_node_mask - calculate a wq_attrs' cpumask for the specified node
 * wq_calc_node_cpumask - calculate a wq_attrs' cpumask for the specified node
 * @attrs: the wq_attrs of the default pwq of the target workqueue
 * @node: the target NUMA node
 * @cpu_going_down: if >= 0, the CPU to consider as offline