Commit 87fac288083db40b5d5ab845393be268357c8827
Committed by
Linus Torvalds
1 parent
c76760926a
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff
include/linux/irq.h
... | ... | @@ -301,8 +301,6 @@ |
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; |