]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
arm/irq: replace an odd tab with spaces
authorAndrii Anisov <andrii_anisov@epam.com>
Fri, 16 Nov 2018 16:24:17 +0000 (18:24 +0200)
committerStefano 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

index 098281f8abf02e251c14e15df4d0e25cae57e695..d5ad277507cbb39ad177fd019fc1033dd0e312bb 100644 (file)
@@ -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;
     }