Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
d522a0d1 8cf2d239

+1
+1
kernel/irq/irqdesc.c
··· 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 */