]> xenbits.xensource.com Git - xen.git/commitdiff
xen/arm: gic: Typo in comment in gic_remove_irq_from_guest
authorJulien Grall <julien.grall@citrix.com>
Fri, 15 May 2015 15:17:41 +0000 (16:17 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 21 May 2015 14:17:33 +0000 (15:17 +0100)
Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/gic.c

index f023e4f7b8d994f46adf420a5509992629c0e7bc..125298cf011005629c592a1e4a47fce386c25a8f 100644 (file)
@@ -182,7 +182,7 @@ int gic_remove_irq_from_guest(struct domain *d, unsigned int virq,
     {
         desc->handler->shutdown(desc);
 
-        /* EOI the IRQ it it has not been done by the guest */
+        /* EOI the IRQ if it has not been done by the guest */
         if ( test_bit(_IRQ_INPROGRESS, &desc->status) )
             gic_hw_ops->deactivate_irq(desc);
         clear_bit(_IRQ_INPROGRESS, &desc->status);