From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2 2/8] xen: arm: fix typo in the description of struct pending_irq->desc Date: Tue, 10 Nov 2015 22:19:13 +0000 Message-ID: <56426D61.3050308@citrix.com> References: <1447172433.9407.39.camel@citrix.com> <1447172473-21405-2-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1447172473-21405-2-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi Ian, On 10/11/2015 16:21, Ian Campbell wrote: > s/it/if/ makes more sense. > > Signed-off-by: Ian Campbell Reviewed-by: Julien Grall Regards, > --- > xen/include/asm-arm/vgic.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/include/asm-arm/vgic.h b/xen/include/asm-arm/vgic.h > index cb51a9e..7d580cc 100644 > --- a/xen/include/asm-arm/vgic.h > +++ b/xen/include/asm-arm/vgic.h > @@ -66,7 +66,7 @@ struct pending_irq > #define GIC_IRQ_GUEST_ENABLED 3 > #define GIC_IRQ_GUEST_MIGRATING 4 > unsigned long status; > - struct irq_desc *desc; /* only set it the irq corresponds to a physical irq */ > + struct irq_desc *desc; /* only set if the irq corresponds to a physical irq */ > unsigned int irq; > #define GIC_INVALID_LR ~(uint8_t)0 > uint8_t lr; > -- Julien Grall