]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
xen: arm: fix typo in the description of struct pending_irq->desc
authorIan Campbell <ian.campbell@citrix.com>
Fri, 15 Nov 2019 20:01:06 +0000 (15:01 -0500)
committerJulien Grall <julien@xen.org>
Tue, 3 Dec 2019 11:35:33 +0000 (11:35 +0000)
s/it/if/ makes more sense.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien@xen.org>
xen/include/asm-arm/vgic.h

index 447d24ea59b386f0a04de98f82242d227d1bcf83..ce1e3c4bbdac8a0d7316ce8ed1bda6ea9efd31dd 100644 (file)
@@ -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;