Re: [Qemu-devel] [PATCH] util/readline: Add braces to fix checkpatch errors

2019-04-03 Thread Stefan Hajnoczi
On Sat, Mar 30, 2019 at 11:21:42AM +, Jules Irenge wrote: > Add braces to fix errors issued by checkpatch.pl tool > "ERROR: braces {} are necessary for all arms of this statement" > Within "util/readline.c" file > --- > util/readline.c | 50 - >

Re: [Qemu-devel] [PATCH] util/readline: Add braces to fix checkpatch errors

2019-04-01 Thread Stefan Hajnoczi
On Sat, Mar 30, 2019 at 11:21:42AM +, Jules Irenge wrote: > Add braces to fix errors issued by checkpatch.pl tool > "ERROR: braces {} are necessary for all arms of this statement" > Within "util/readline.c" file > --- > util/readline.c | 50 - >

[Qemu-devel] [PATCH] util/readline: Add braces to fix checkpatch errors

2019-03-30 Thread Jules Irenge
Add braces to fix errors issued by checkpatch.pl tool "ERROR: braces {} are necessary for all arms of this statement" Within "util/readline.c" file --- util/readline.c | 50 - 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/util/readl