mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][linux-next] genirq: Fix warning while make xmldocs caused by chip.c
@ 2015-07-29 10:09 Masanari Iida
  2015-07-29 22:24 ` [tip:irq/core] genirq: Use the proper parameter name in kernel doc tip-bot for Masanari Iida
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-07-29 10:09 UTC (permalink / raw)
  To: tglx, linux-kernel, akpm; +Cc: Masanari Iida

This patch fix following warning while make xmldocs.

Warning(.//kernel/irq/chip.c:1009): No description found
for parameter 'vcpu_info'
Warning(.//kernel/irq/chip.c:1009): Excess function parameter
'dest' description in 'irq_chip_set_vcpu_affinity_parent'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 kernel/irq/chip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index 76f199d..09304a6 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -1003,7 +1003,7 @@ int irq_chip_retrigger_hierarchy(struct irq_data *data)
 /**
  * irq_chip_set_vcpu_affinity_parent - Set vcpu affinity on the parent interrupt
  * @data:	Pointer to interrupt specific data
- * @dest:	The vcpu affinity information
+ * @vcpu_info:	The vcpu affinity information
  */
 int irq_chip_set_vcpu_affinity_parent(struct irq_data *data, void *vcpu_info)
 {
-- 
2.5.0


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

end of thread, other threads:[~2015-07-29 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29 10:09 [PATCH][linux-next] genirq: Fix warning while make xmldocs caused by chip.c Masanari Iida
2015-07-29 22:24 ` [tip:irq/core] genirq: Use the proper parameter name in kernel doc tip-bot for Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome