Ian Campbell
2013-Nov-22 16:24 UTC
[PATCH v2 14/15] xen: arm: improve early memory map readability
Purely cosmetic, put a blank line after the early memory map to separate it
from the subsequent information. This looks better since the memory map is
preceded by a blank line too.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
---
xen/common/device_tree.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xen/common/device_tree.c b/xen/common/device_tree.c
index 44253da..943b181 100644
--- a/xen/common/device_tree.c
+++ b/xen/common/device_tree.c
@@ -452,6 +452,7 @@ static void __init early_print_info(void)
early_printk(" RESVD[%d]: %"PRIpaddr" -
%"PRIpaddr"\n",
i, s, e);
}
+ early_printk("\n");
}
/**
--
1.7.10.4