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.

linux/irq.h: fix kernel-doc warning

Fix kernel-doc warning. This struct member was removed in commit
875682648b89 ("irq: Remove irq_chip->release()") so remove its
associated kernel-doc entry also.

Warning(include/linux/irq.h:338): Excess struct/union/enum/typedef member 'release' description in 'irq_chip'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Richard Weinberger <richard@nod.at>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
87fac288 c7676092

-2
-2
include/linux/irq.h
··· 301 301 * @irq_pm_shutdown: function called from core code on shutdown once per chip 302 302 * @irq_print_chip: optional to print special chip info in show_interrupts 303 303 * @flags: chip specific flags 304 - * 305 - * @release: release function solely used by UML 306 304 */ 307 305 struct irq_chip { 308 306 const char *name;