linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] node: Fix warning while make xmldocs
@ 2019-06-24  3:58 Masanari Iida
  2019-06-24  8:24 ` Rafael J. Wysocki
  2019-07-03 19:20 ` [PATCH] driver core: " Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2019-06-24  3:58 UTC (permalink / raw)
  To: linux-kernel, gregkh, rafael, corbet, linux-media; +Cc: Masanari Iida

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


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

* Re: [PATCH] node: Fix warning while make xmldocs
  2019-06-24  3:58 [PATCH] node: Fix warning while make xmldocs Masanari Iida
@ 2019-06-24  8:24 ` Rafael J. Wysocki
  2019-07-03 19:20 ` [PATCH] driver core: " Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2019-06-24  8:24 UTC (permalink / raw)
  To: Masanari Iida
  Cc: Linux Kernel Mailing List, Greg Kroah-Hartman, Rafael J. Wysocki,
	Jonathan Corbet, linux-media

On Mon, Jun 24, 2019 at 5:58 AM Masanari Iida <standby24x7@gmail.com> wrote:
>
> 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>

Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.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
>

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

* Re: [PATCH] driver core: node: Fix warning while make xmldocs
  2019-06-24  3:58 [PATCH] node: Fix warning while make xmldocs Masanari Iida
  2019-06-24  8:24 ` Rafael J. Wysocki
@ 2019-07-03 19:20 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2019-07-03 19:20 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, rafael, corbet, linux-media

On Mon, Jun 24, 2019 at 12:58:07PM +0900, Masanari Iida wrote:
> 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>
> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> ---
>  drivers/base/node.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Someone sent this patch before you did, sorry.

greg k-h

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

end of thread, other threads:[~2019-07-03 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24  3:58 [PATCH] node: Fix warning while make xmldocs Masanari Iida
2019-06-24  8:24 ` Rafael J. Wysocki
2019-07-03 19:20 ` [PATCH] driver core: " Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).