Re: [PATCH v2 6/9] bsd-user/mmap.c: line wrap change

2021-09-26 Thread Warner Losh
On Fri, Sep 24, 2021 at 5:59 AM Richard Henderson < richard.hender...@linaro.org> wrote: > On 9/21/21 9:56 PM, Warner Losh wrote: > > Keep the shifted expression on one line. It's the same number of lines > > and easier to read like this. > > > > Signed-off-by: Warner Losh > > --- > > bsd-user/

Re: [PATCH v2 6/9] bsd-user/mmap.c: line wrap change

2021-09-24 Thread Richard Henderson
On 9/21/21 9:56 PM, Warner Losh wrote: Keep the shifted expression on one line. It's the same number of lines and easier to read like this. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c

[PATCH v2 6/9] bsd-user/mmap.c: line wrap change

2021-09-21 Thread Warner Losh
Keep the shifted expression on one line. It's the same number of lines and easier to read like this. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index bafbdacd31..8b763fffc3 100644 --- a/