Re: [Xen-devel] [PATCH 12/15] xen/arm: p2m: Rename ret to mfn in p2m_lookup

2018-08-14 Thread Stefano Stabellini
On Mon, 16 Jul 2018, Julien Grall wrote: > Comestic change to make clearer what is the return ('ret' is a bit > too generic). > > Signed-off-by: Julien Grall Acked-by: Stefano Stabellini > --- > xen/arch/arm/p2m.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a

[Xen-devel] [PATCH 12/15] xen/arm: p2m: Rename ret to mfn in p2m_lookup

2018-07-16 Thread Julien Grall
Comestic change to make clearer what is the return ('ret' is a bit too generic). Signed-off-by: Julien Grall --- xen/arch/arm/p2m.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 07925a1be4..66d58fabd7 100644 --- a/xen/arch