]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
irqdesc: fix new kernel-doc warning
authorRandy Dunlap <rdunlap@xenotime.net>
Thu, 18 Aug 2011 19:19:27 +0000 (12:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Aug 2011 21:12:48 +0000 (14:12 -0700)
Fix kernel-doc warning in irqdesc.c:

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

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/irq/irqdesc.c

index cb65d0360e316e03aa09123e945a38feef1476f2..039b889ea053abf0ac72cd77809490d202ad0121 100644 (file)
@@ -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
  */