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

2021-01-20 Thread shiliyang
Hi Warner: I might misunderstood it before. So, what should I do is to make a new pull request for bsd-user-rebase-3.1 branch. Am I right? I have submitted a pull request: https://github.com/qemu-bsd-user/qemu-bsd-user/pull/4 Please review it. Thanks. Best regards. On 2021/1/18 10:3

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

2021-01-17 Thread Warner Losh
Can you submit this to our current fork at http://github.com/qemu-bsd-user on the rebase-3.1 branch? Having churn like this upstream just slows us down since we have extensive changes and these will conflict. Warner On Sun, Jan 17, 2021, 7:21 PM shiliyang wrote: > This patch fixes error style p

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

2021-01-17 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 | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c index 2842dfe56b..c89c998c22