]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/arm: gic-v2: Fix indentation in gicv2_map_hwdom_extra_mappings
authorJulien Grall <julien.grall@arm.com>
Tue, 13 Jun 2017 16:13:01 +0000 (17:13 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 15 Jun 2017 23:51:44 +0000 (16:51 -0700)
Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/gic-v2.c

index ffbe47c5d44e2b9ea27c837c4860795311a7d32a..b1ad69551ea82070678b6043da05d5e96fbad55a 100644 (file)
@@ -598,8 +598,8 @@ static int gicv2_map_hwdown_extra_mappings(struct domain *d)
                v2m_data->spi_start, v2m_data->nr_spis);
 
         ret = map_mmio_regions(d, _gfn(paddr_to_pfn(v2m_data->addr)),
-                            DIV_ROUND_UP(v2m_data->size, PAGE_SIZE),
-                            _mfn(paddr_to_pfn(v2m_data->addr)));
+                               DIV_ROUND_UP(v2m_data->size, PAGE_SIZE),
+                               _mfn(paddr_to_pfn(v2m_data->addr)));
         if ( ret )
         {
             printk(XENLOG_ERR "GICv2: Map v2m frame to d%d failed.\n",