All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] function name in the comment differs from the real function name
@ 2015-05-11 11:37 Gong Zhaogang
  2015-05-11 15:04 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Gong Zhaogang @ 2015-05-11 11:37 UTC (permalink / raw)
  To: tj, linux-kernel; +Cc: yanxiaofeng, wunan, gongzhaogang

From: gongzhaogang <gongzhaogang@inspur.com>

modify wq_calc_node_mask to wq_calc_node_cpumask

Signed-off-by: Gong Zhaogang <gongzhaogang@inspur.com>
---
 kernel/workqueue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index cae6277..d65ef96 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -3438,7 +3438,7 @@ static void free_unbound_pwq(struct pool_workqueue *pwq)
 }
 
 /**
- * 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 interest
  * @node: the target NUMA node
  * @cpu_going_down: if >= 0, the CPU to consider as offline
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] function name in the comment differs from the real function name
  2015-05-11 11:37 [PATCH] function name in the comment differs from the real function name Gong Zhaogang
@ 2015-05-11 15:04 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2015-05-11 15:04 UTC (permalink / raw)
  To: Gong Zhaogang; +Cc: linux-kernel, yanxiaofeng, wunan

On Mon, May 11, 2015 at 07:37:40PM +0800, Gong Zhaogang wrote:
> From: gongzhaogang <gongzhaogang@inspur.com>
> 
> modify wq_calc_node_mask to wq_calc_node_cpumask
> 
> Signed-off-by: Gong Zhaogang <gongzhaogang@inspur.com>

Applied to wq/for-4.2.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-11 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11 11:37 [PATCH] function name in the comment differs from the real function name Gong Zhaogang
2015-05-11 15:04 ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.