From: Masanari Iida <standby24x7@gmail.com>
To: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org,
rafael@kernel.org, corbet@lwn.net, linux-media@vger.kernel.org
Cc: Masanari Iida <standby24x7@gmail.com>
Subject: [PATCH] node: Fix warning while make xmldocs
Date: Mon, 24 Jun 2019 12:58:07 +0900 [thread overview]
Message-ID: <20190624035807.20628-1-standby24x7@gmail.com> (raw)
This patch fixes following warning while make xmldocs.
./drivers/base/node.c:690: warning: Excess function parameter
'mem_node' description in 'register_memory_node_under_compute_node'
./drivers/base/node.c:690: warning: Excess function parameter
'cpu_node' description in 'register_memory_node_under_compute_node'
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
drivers/base/node.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/base/node.c b/drivers/base/node.c
index d8c02e65df68..944ee45d122f 100644
--- a/drivers/base/node.c
+++ b/drivers/base/node.c
@@ -673,8 +673,8 @@ int register_cpu_under_node(unsigned int cpu, unsigned int nid)
/**
* register_memory_node_under_compute_node - link memory node to its compute
* node for a given access class.
- * @mem_node: Memory node number
- * @cpu_node: Cpu node number
+ * @mem_nid: Memory node identifier
+ * @cpu_nid: Cpu node identifier
* @access: Access class to register
*
* Description:
--
2.22.0.190.ga6a95cd1b46e
next reply other threads:[~2019-06-24 3:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-24 3:58 Masanari Iida [this message]
2019-06-24 8:24 ` [PATCH] node: Fix warning while make xmldocs Rafael J. Wysocki
2019-07-03 19:20 ` [PATCH] driver core: " Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190624035807.20628-1-standby24x7@gmail.com \
--to=standby24x7@gmail.com \
--cc=corbet@lwn.net \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox