projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fa95a
)
arm/irq: replace an odd tab with spaces
author
Andrii Anisov
<andrii_anisov@epam.com>
Fri, 16 Nov 2018 16:24:17 +0000
(18:24 +0200)
committer
Stefano Stabellini
<sstabellini@kernel.org>
Wed, 28 Nov 2018 00:06:37 +0000
(16:06 -0800)
Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/irq.c
patch
|
blob
|
history
diff --git
a/xen/arch/arm/irq.c
b/xen/arch/arm/irq.c
index 098281f8abf02e251c14e15df4d0e25cae57e695..d5ad277507cbb39ad177fd019fc1033dd0e312bb 100644
(file)
--- a/
xen/arch/arm/irq.c
+++ b/
xen/arch/arm/irq.c
@@
-224,7
+224,7
@@
void do_IRQ(struct cpu_user_regs *regs, unsigned int irq, int is_fiq)
/*
* The irq cannot be a PPI, we only support delivery of SPIs to
* guests.
- */
+
*/
vgic_inject_irq(info->d, NULL, info->virq, true);
goto out_no_end;
}