Re: [PATCH] function name in the comment differs from the real function name

2015-05-11 Thread Tejun Heo
On Mon, May 11, 2015 at 07:37:40PM +0800, Gong Zhaogang wrote: > From: gongzhaogang > > modify wq_calc_node_mask to wq_calc_node_cpumask > > Signed-off-by: Gong Zhaogang Applied to wq/for-4.2. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] function name in the comment differs from the real function name

2015-05-11 Thread Gong Zhaogang
From: gongzhaogang modify wq_calc_node_mask to wq_calc_node_cpumask Signed-off-by: Gong Zhaogang --- 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