Re: [PATCH 03/16] bsd-user: Cleanup style.

2023-04-08 Thread Richard Henderson
On 4/5/23 14:35, Warner Losh wrote: The only diffs between bsd-user fork and qemu upstream is style. Make mmap.c pass checkpatch.pl. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 91 - 1 file changed, 60 insertions(+), 31 deletions(-) Acked

[PATCH 03/16] bsd-user: Cleanup style.

2023-04-05 Thread Warner Losh
The only diffs between bsd-user fork and qemu upstream is style. Make mmap.c pass checkpatch.pl. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 91 - 1 file changed, 60 insertions(+), 31 deletions(-) diff --git a/bsd-user/mmap.c b/bsd-user/mmap.