Re: [Xen-devel] [PATCH 04/22] xen/arm: p2m: Fix multi-lines coding style comments
On Wed, 20 Jul 2016, Julien Grall wrote: > The start and end markers should be on separate lines. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > xen/arch/arm/p2m.c| 35 ++ > xen/include/asm-arm/p2m.h | 48 > +
[Xen-devel] [PATCH 04/22] xen/arm: p2m: Fix multi-lines coding style comments
The start and end markers should be on separate lines. Signed-off-by: Julien Grall --- xen/arch/arm/p2m.c| 35 ++ xen/include/asm-arm/p2m.h | 48 +++ 2 files changed, 55 insertions(+), 28 deletions(-) diff --git