xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen/arm: gic: Typo in comment in gic_remove_irq_from_guest
@ 2015-05-15 15:17 Julien Grall
  2015-05-21 14:52 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Grall @ 2015-05-15 15:17 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, stefano.stabellini, tim, ian.campbell

Signed-off-by: Julien Grall <julien.grall@citrix.com>
---
 xen/arch/arm/gic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c
index f023e4f..125298c 100644
--- a/xen/arch/arm/gic.c
+++ b/xen/arch/arm/gic.c
@@ -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);
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-21 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 15:17 [PATCH] xen/arm: gic: Typo in comment in gic_remove_irq_from_guest Julien Grall
2015-05-21 14:52 ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).