[patch 06/39] genirq/msi: Add missing kernel doc to msi_next_desc()
Thomas Gleixner
tglx at linutronix.de
Sat Nov 12 00:54:23 AEDT 2022
W=1 complains about this.
Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
---
kernel/irq/msi.c | 1 +
1 file changed, 1 insertion(+)
--- a/kernel/irq/msi.c
+++ b/kernel/irq/msi.c
@@ -282,6 +282,7 @@ EXPORT_SYMBOL_GPL(msi_first_desc);
/**
* msi_next_desc - Get the next MSI descriptor of a device
* @dev: Device to operate on
+ * @filter: Descriptor state filter
*
* The first invocation of msi_next_desc() has to be preceeded by a
* successful invocation of __msi_first_desc(). Consecutive invocations are
More information about the Linuxppc-dev
mailing list