xen/arm: Fix comment coding style in handle_node in domain_build.c
authorJulien Grall <julien.grall@citrix.com>
Tue, 22 Sep 2015 17:47:37 +0000 (18:47 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 25 Sep 2015 16:02:48 +0000 (17:02 +0100)
Only coding style changes. No functional changes.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/domain_build.c

index a059de6eac86d1469c3421183087fcfadafb57c4..72b18452923329017469d9f1737977107dab670f 100644 (file)
@@ -1226,8 +1226,10 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo,
         return 0;
     }
 
-    /* Replace these nodes with our own. Note that the original may be
-     * used_by DOMID_XEN so this check comes first. */
+    /*
+     * Replace these nodes with our own. Note that the original may be
+     * used_by DOMID_XEN so this check comes first.
+     */
     if ( device_get_class(node) == DEVICE_GIC )
         return make_gic_node(d, kinfo->fdt, node);
     if ( dt_match_node(timer_matches, node) )
@@ -1240,7 +1242,8 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo,
         return 0;
     }
 
-    /* Even if the IOMMU device is not used by Xen, it should not be
+    /*
+     * Even if the IOMMU device is not used by Xen, it should not be
      * passthrough to DOM0
      */
     if ( device_get_class(node) == DEVICE_IOMMU )