Commit d522a0d17963e9c2e556db2cbd60c96d40505b6c

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 8cf2d2399a

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: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

kernel/irq/irqdesc.c
... ... @@ -344,6 +344,7 @@
344 344 * @from: Start the search from this irq number
345 345 * @cnt: Number of consecutive irqs to allocate.
346 346 * @node: Preferred node on which the irq descriptor should be allocated
  347 + * @owner: Owning module (can be NULL)
347 348 *
348 349 * Returns the first irq number or error code
349 350 */