Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d522a0d1 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

irqdesc: fix new kernel-doc warning



Fix kernel-doc warning in irqdesc.c:

  Warning(kernel/irq/irqdesc.c:353): No description found for parameter 'owner'

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8cf2d239
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -344,6 +344,7 @@ EXPORT_SYMBOL_GPL(irq_free_descs);
 * @from:	Start the search from this irq number
 * @cnt:	Number of consecutive irqs to allocate.
 * @node:	Preferred node on which the irq descriptor should be allocated
 * @owner:	Owning module (can be NULL)
 *
 * Returns the first irq number or error code
 */