* [PATCH] irq.h: fix missing/extra kernel-doc
@ 2008-11-22 0:59 Randy Dunlap
2008-11-23 9:53 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-11-22 0:59 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Andrew Morton, Ingo Molnar
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix missing & excess irq.h kernel-doc:
Warning(include/linux/irq.h:182): No description found for parameter 'irq'
Warning(include/linux/irq.h:182): Excess struct/union/enum/typedef member 'affinity_entry' description in 'irq_desc'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
include/linux/irq.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- linux-2.6.28-rc6-git1.orig/include/linux/irq.h
+++ linux-2.6.28-rc6-git1/include/linux/irq.h
@@ -130,7 +130,7 @@ struct irq_chip {
/**
* struct irq_desc - interrupt descriptor
- *
+ * @irq: interrupt number for this descriptor
* @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()]
* @chip: low level interrupt hardware access
* @msi_desc: MSI descriptor
@@ -149,7 +149,6 @@ struct irq_chip {
* @cpu: cpu index useful for balancing
* @pending_mask: pending rebalanced interrupts
* @dir: /proc/irq/ procfs entry
- * @affinity_entry: /proc/irq/smp_affinity procfs entry on SMP
* @name: flow handler name for /proc/interrupts output
*/
struct irq_desc {
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] irq.h: fix missing/extra kernel-doc
2008-11-22 0:59 [PATCH] irq.h: fix missing/extra kernel-doc Randy Dunlap
@ 2008-11-23 9:53 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-11-23 9:53 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Linux Kernel Mailing List, Andrew Morton, Thomas Gleixner
* Randy Dunlap <randy.dunlap@oracle.com> wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix missing & excess irq.h kernel-doc:
>
> Warning(include/linux/irq.h:182): No description found for parameter 'irq'
> Warning(include/linux/irq.h:182): Excess struct/union/enum/typedef member 'affinity_entry' description in 'irq_desc'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> include/linux/irq.h | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
applied to tip/irq/urgent, thanks Randy!
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-23 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22 0:59 [PATCH] irq.h: fix missing/extra kernel-doc Randy Dunlap
2008-11-23 9:53 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox