Re: [PATCH 1/4] bsd-user: space required after semicolon

2020-11-04 Thread shiliyang
On 2020/11/4 19:13, Philippe Mathieu-Daudé wrote: > On 11/4/20 12:08 PM, Thomas Huth wrote: >> On 04/11/2020 11.20, shiliyang wrote: >>> This patch fixes error style problems found by checkpatch.pl: >>> ERROR: space required after that ';' >>> >>> Signed-off-by: Liyang Shi >>> >>> --- >>> bsd-

Re: [PATCH 1/4] bsd-user: space required after semicolon

2020-11-04 Thread Philippe Mathieu-Daudé
On 11/4/20 12:08 PM, Thomas Huth wrote: > On 04/11/2020 11.20, shiliyang wrote: >> This patch fixes error style problems found by checkpatch.pl: >> ERROR: space required after that ';' >> >> Signed-off-by: Liyang Shi >> >> --- >> bsd-user/elfload.c | 2 +- >> bsd-user/syscall.c | 4 ++-- >> 2 fil

Re: [PATCH 1/4] bsd-user: space required after semicolon

2020-11-04 Thread Thomas Huth
On 04/11/2020 11.20, shiliyang wrote: > This patch fixes error style problems found by checkpatch.pl: > ERROR: space required after that ';' > > Signed-off-by: Liyang Shi > > --- > bsd-user/elfload.c | 2 +- > bsd-user/syscall.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >

[PATCH 1/4] bsd-user: space required after semicolon

2020-11-04 Thread shiliyang
This patch fixes error style problems found by checkpatch.pl: ERROR: space required after that ';' Signed-off-by: Liyang Shi --- bsd-user/elfload.c | 2 +- bsd-user/syscall.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c index 9