From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 12/16] xen: arm: improve early memory map readability Date: Wed, 20 Nov 2013 17:16:45 +0000 Message-ID: <528CEE7D.30406@linaro.org> References: <1384958746.6071.64.camel@kazak.uk.xensource.com> <1384958897-13074-12-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1384958897-13074-12-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: pranavkumar@linaro.org, stefano.stabellini@eu.citrix.com, tim@xen.org, Anup Patel , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 11/20/2013 02:48 PM, Ian Campbell wrote: > Purely cosmetic, put a blank line after the early memory map to separate it > from the subsequent information. This looks better since hte memory map is s/hte/the/ Except this minor typo: Acked-by: Julien Grall > preceded by a blank line too. > > Signed-off-by: Ian Campbell > --- > 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"); > } > > /** > -- Julien Grall