From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753633AbYLSBA4 (ORCPT ); Thu, 18 Dec 2008 20:00:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751843AbYLSBAr (ORCPT ); Thu, 18 Dec 2008 20:00:47 -0500 Received: from acsinet11.oracle.com ([141.146.126.233]:23077 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753AbYLSBAq (ORCPT ); Thu, 18 Dec 2008 20:00:46 -0500 Message-ID: <494AF224.7060206@oracle.com> Date: Thu, 18 Dec 2008 17:00:20 -0800 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Yinghai Lu CC: Ingo Molnar , Stephen Rothwell , linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for December 18 (irq.h documentation) References: <20081218230637.c879a046.sfr@canb.auug.org.au> <20081218155709.bf435d8c.randy.dunlap@oracle.com> <494AEBCA.70108@kernel.org> <494AF190.6000801@kernel.org> In-Reply-To: <494AF190.6000801@kernel.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt707.oracle.com [141.146.40.85] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010207.494AF227.00DB:SCFSTAT928724,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yinghai Lu wrote: > please check > > [PATCH] sparseirq: add kernel-doc notation for new member in irq_desc -v2 > > Signed-off-by: Yinghai Lu Thanks. Acked-by: Randy Dunlap > diff --git a/include/linux/irq.h b/include/linux/irq.h > index 1beb63a..5845bdc 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 > -- ~Randy