* [PATCH] irq: fix kernel/irq/chip.c kernel-doc warnings
@ 2015-08-10 1:55 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2015-08-10 1:55 UTC (permalink / raw)
To: LKML, Thomas Gleixner
From: Randy Dunlap <rdunlap@infradead.org>
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: Randy Dunlap <rdunlap@infradead.org>
---
kernel/irq/chip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-42-rc6.orig/kernel/irq/chip.c
+++ lnx-42-rc6/kernel/irq/chip.c
@@ -1003,7 +1003,7 @@ int irq_chip_retrigger_hierarchy(struct
/**
* 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)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-10 1:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-10 1:55 [PATCH] irq: fix kernel/irq/chip.c kernel-doc warnings Randy Dunlap
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