projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2940d
)
genirq/msi: Add missing kernel doc to msi_next_desc()
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 11 Nov 2022 13:54:23 +0000
(14:54 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 17 Nov 2022 14:15:18 +0000
(15:15 +0100)
W=1 complains about this.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ashok Raj <ashok.raj@intel.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link:
https://lore.kernel.org/r/20221111122013.947071142@linutronix.de
kernel/irq/msi.c
patch
|
blob
|
history
diff --git
a/kernel/irq/msi.c
b/kernel/irq/msi.c
index 1ca484698bda7dffcd838190fd2ea44d46d63ae3..8a6d0dcab7a2d9d828ac5fa6cc2a92177aaba679 100644
(file)
--- 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