[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xen/arm: Fix comment coding style in handle_node in domain_build.c
commit d8e43d188e7b40dd19980c22dc5fe5cb5e93b7c7 Author: Julien Grall <julien.grall@xxxxxxxxxx> AuthorDate: Tue Sep 22 18:47:37 2015 +0100 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Fri Sep 25 17:02:48 2015 +0100 xen/arm: Fix comment coding style in handle_node in domain_build.c Only coding style changes. No functional changes. Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- xen/arch/arm/domain_build.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index a059de6..72b1845 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c @@ -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 ) -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |