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

From: Gong Zhaogang
Date: Mon May 11 2015 - 08:09:24 EST


From: gongzhaogang <gongzhaogang@xxxxxxxxxx>

modify wq_calc_node_mask to wq_calc_node_cpumask

Signed-off-by: Gong Zhaogang <gongzhaogang@xxxxxxxxxx>
---
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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/