Re: [PATCH v10 4/8] linux-user/elfload: Fix coding style in load_elf_image

2020-10-08 Thread Peter Maydell
On Fri, 2 Oct 2020 at 23:00, Richard Henderson wrote: > > Fixing this now will clarify following patches. > > Signed-off-by: Richard Henderson > --- > linux-user/elfload.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM

Re: [PATCH v10 4/8] linux-user/elfload: Fix coding style in load_elf_image

2020-10-03 Thread Philippe Mathieu-Daudé
On 10/2/20 11:59 PM, Richard Henderson wrote: > Fixing this now will clarify following patches. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > linux-user/elfload.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff --git a/linux-us

[PATCH v10 4/8] linux-user/elfload: Fix coding style in load_elf_image

2020-10-02 Thread Richard Henderson
Fixing this now will clarify following patches. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index f6022fd704..7572a32a30 100644 --- a/linux-user/elfload.c ++