login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
December
»
19
Re: linux-next: Tree for December 18 (irq.h documentation)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Randy Dunlap
Subject:
Re: linux-next: Tree for December 18 (irq.h documentation)
Date: Thursday, December 18, 2008 - 5:45 pm
Yinghai Lu wrote:
quoted text
> Randy Dunlap wrote: >> Hi YH, >> >> Whenever you update a struct in a header file that uses kernel-doc, >> like struct irq_desc in include/linux/irq.h, please also update the >> corresponding kernel-doc notation for the new struct members, so >> that kernel-doc warnings are not caused: >> >> from linux-next-20081218: >> >> Warning(linux-next-20081218//include/linux/irq.h:192): No description found for parameter 'timer_rand_state' >> Warning(linux-next-20081218//include/linux/irq.h:192): No description found for parameter 'kstat_irqs' >> Warning(linux-next-20081218//include/linux/irq.h:192): No description found for parameter 'irq_2_iommu' >> >> > please check
Thanks. Please see below.
quoted text
> [PATCH] sparseirq: add kernel-doc notation for new member in irq_desc > > Signed-off-by: Yinghai Lu <yinghai@kernel.org> > > diff --git a/include/linux/irq.h b/include/linux/irq.h > index 1beb63a..4675682 100644 > --- a/include/linux/irq.h > +++ b/include/linux/irq.h > @@ -135,6 +135,9 @@ struct irq_2_iommu; > /** > * struct irq_desc - interrupt descriptor > * @irq: interrupt number for this descriptor > + * @timer_rand_state pointer to timer rand state struct > + * @kstat_irqs irq stats per cpu > + * @irq_2_iommu iommu with this irq
Format is: * @member: description I.e., please add a ':' after each member name.
quoted text
> * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] > * @chip: low level interrupt hardware access > * @msi_desc: MSI descriptor
-- ~Randy --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
linux-next: Tree for December 18
, Stephen Rothwell
, (Thu Dec 18, 5:06 am)
Re: linux-next: Tree for December 18 (slow-work)
, Randy Dunlap
, (Thu Dec 18, 10:21 am)
Re: linux-next: Tree for December 18 (fscache)
, Randy Dunlap
, (Thu Dec 18, 10:25 am)
Re: linux-next: Tree for December 18 (slow-work)
, David Howells
, (Thu Dec 18, 10:45 am)
Re: linux-next: Tree for December 18 (fscache)
, David Howells
, (Thu Dec 18, 10:47 am)
Re: linux-next: Tree for December 18 (irq.h documentation)
, Randy Dunlap
, (Thu Dec 18, 4:57 pm)
Re: linux-next: Tree for December 18 (patch: kernel-doc no ...
, Randy Dunlap
, (Thu Dec 18, 5:14 pm)
Re: linux-next: Tree for December 18 (irq.h documentation)
, Yinghai Lu
, (Thu Dec 18, 5:33 pm)
Re: linux-next: Tree for December 18 (irq.h documentation)
, Randy Dunlap
, (Thu Dec 18, 5:45 pm)
Re: linux-next: Tree for December 18 (irq.h documentation)
, Yinghai Lu
, (Thu Dec 18, 5:57 pm)
Re: linux-next: Tree for December 18 (irq.h documentation)
, Randy Dunlap
, (Thu Dec 18, 6:00 pm)