Re: linux-next: Tree for December 18 (irq.h documentation)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Thursday, December 18, 2008 - 5:33 pm

Randy Dunlap wrote:
please check

[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
  * @handle_irq:		highlevel irq-events handler [if NULL, __do_IRQ()]
  * @chip:		low level interrupt hardware access
  * @msi_desc:		MSI descriptor
--
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), Yinghai Lu, (Thu Dec 18, 5:33 pm)