* [PATCH] linux/irq.h: fix kernel-doc warning
@ 2012-06-30 22:30 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-06-30 22:30 UTC (permalink / raw)
To: LKML, Linus Torvalds; +Cc: Richard Weinberger, Thomas Gleixner, Andrew Morton
From: Randy Dunlap <rdunlap@xenotime.net>
Fix kernel-doc warning. This struct member was removed in commit
id 875682648b89a3ebc06176d60dc280f810647839:
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>
---
include/linux/irq.h | 2 --
1 file changed, 2 deletions(-)
--- lnx-35-rc4.orig/include/linux/irq.h
+++ lnx-35-rc4/include/linux/irq.h
@@ -301,8 +301,6 @@ static inline irq_hw_number_t irqd_to_hw
* @irq_pm_shutdown: function called from core code on shutdown once per chip
* @irq_print_chip: optional to print special chip info in show_interrupts
* @flags: chip specific flags
- *
- * @release: release function solely used by UML
*/
struct irq_chip {
const char *name;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-30 22:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-30 22:30 [PATCH] linux/irq.h: fix kernel-doc warning Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®