On 4/23/21 1:02 AM, Richard Henderson wrote: > Initialize variables instead of elses. > Use an else instead of a goto. > Add braces. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/syscall.c | 32 +++++++++++++------------------- > 1 file changed, 13 insertions(+), 19 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>