Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753526AbbEKMJW (ORCPT ); Mon, 11 May 2015 08:09:22 -0400 Received: from m50-111.126.com ([123.125.50.111]:45975 "EHLO m50-111.126.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbbEKMJU (ORCPT ); Mon, 11 May 2015 08:09:20 -0400 X-Greylist: delayed 1882 seconds by postgrey-1.27 at vger.kernel.org; Mon, 11 May 2015 08:09:19 EDT From: Gong Zhaogang To: tj@kernel.org, linux-kernel@vger.kernel.org Cc: yanxiaofeng@inspur.com, wunan@inspur.com, gongzhaogang Subject: [PATCH] function name in the comment differs from the real function name Date: Mon, 11 May 2015 19:37:40 +0800 Message-Id: <1431344260-17907-1-git-send-email-gongzhaogang@inspur.com> X-Mailer: git-send-email 1.9.1 X-CM-TRANSID: jtKowAB3sFCGlFBVkqU0AQ--.1123S2 X-Coremail-Antispam: 1Uf129KBjvdXoW7XF13WF45WryfZr1rAFy8Grg_yoW3Arg_GF yxXry0g3yjkr10vasI9r4UXr1Fyw15C3Wvga13CFZrta42qr95trs3AF9YqrZ5Xa1rZrZx uwnI9a4vgrnrXjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU0KLvtUUUUU== X-Originating-IP: [111.207.123.56] X-CM-SenderInfo: p0ld0w5hqjs5ddqsiiaw6rjloofrz/1tbiJwn2EE1sBqWsaQAAsP Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 31 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/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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/