projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0532775
)
xen/arm: gic: Typo in comment in gic_remove_irq_from_guest
author
Julien Grall
<julien.grall@citrix.com>
Fri, 15 May 2015 15:17:41 +0000
(16:17 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/xen/arch/arm/gic.c
b/xen/arch/arm/gic.c
index f023e4f7b8d994f46adf420a5509992629c0e7bc..125298cf011005629c592a1e4a47fce386c25a8f 100644
(file)
--- 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 i
t
it has not been done by the guest */
+ /* EOI the IRQ i
f
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);