Re: [PATCH v2 47/48] bsd-user: style tweak: don't assign in if statement.
On 4/24/21 9:00 AM, i...@bsdimp.com wrote: From: Warner Losh Signed-off-by: Warner Losh --- bsd-user/syscall.c | 40 +++- 1 file changed, 27 insertions(+), 13 deletions(-) Reviewed-by: Richard Henderson r~
[PATCH v2 47/48] bsd-user: style tweak: don't assign in if statement.
From: Warner Losh Signed-off-by: Warner Losh --- bsd-user/syscall.c | 40 +++- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 1f6b93923c..1851311acd 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/