From: Ian Campbell Date: Fri, 15 Nov 2019 20:01:06 +0000 (-0500) Subject: xen: arm: fix typo in the description of struct pending_irq->desc X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1108 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cadd31c544287e545cc1e69984f188941380dc2d;p=xen.git xen: arm: fix typo in the description of struct pending_irq->desc s/it/if/ makes more sense. Signed-off-by: Ian Campbell Acked-by: Julien Grall --- diff --git a/xen/include/asm-arm/vgic.h b/xen/include/asm-arm/vgic.h index 447d24ea59..ce1e3c4bbd 100644 --- a/xen/include/asm-arm/vgic.h +++ b/xen/include/asm-arm/vgic.h @@ -77,7 +77,7 @@ struct pending_irq #define GIC_IRQ_GUEST_MIGRATING 4 #define GIC_IRQ_GUEST_PRISTINE_LPI 5 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;