Skip to content

Commit 87fac28

Browse files
rddunlaptorvalds
authored andcommitted
linux/irq.h: fix kernel-doc warning
Fix kernel-doc warning. This struct member was removed in commit 8756826 ("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 <[email protected]> Cc: Richard Weinberger <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent c767609 commit 87fac28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/irq.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ static inline irq_hw_number_t irqd_to_hwirq(struct irq_data *d)
301301
* @irq_pm_shutdown: function called from core code on shutdown once per chip
302302
* @irq_print_chip: optional to print special chip info in show_interrupts
303303
* @flags: chip specific flags
304-
*
305-
* @release: release function solely used by UML
306304
*/
307305
struct irq_chip {
308306
const char *name;

0 commit comments

Comments
 (0)