]> xenbits.xensource.com Git - xen.git/commitdiff
xen/arm: Fix coding style and update comment in acpi_route_spis
authorJulien Grall <julien.grall@arm.com>
Wed, 27 Jul 2016 13:58:30 +0000 (14:58 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 27 Jul 2016 19:24:10 +0000 (12:24 -0700)
The comment was not correctly indented. Also the preferred name for the
initial domain is "hardware domain" and not "dom0, so replace it.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/domain_build.c

index 5b2f8ada63056c58e600f01480f9d5642a4fd037..35ab08d86304ea3dd3d301e3bd046fecf6fb6823 100644 (file)
@@ -1355,8 +1355,9 @@ static int acpi_route_spis(struct domain *d)
     for( i = NR_LOCAL_IRQS; i < vgic_num_irqs(d); i++ )
     {
         /*
-        * TODO: Exclude the SPIs SMMU uses which should not be routed to Dom0.
-        */
+         * TODO: Exclude the SPIs SMMU uses which should not be routed to
+         * the hardware domain.
+         */
         desc = irq_to_desc(i);
         if ( desc->action != NULL)
             continue;