Re: [Qemu-devel] [PATCH v2 1/2] util/readline: add a space to fix errors by checkpatch tool

2019-03-31 Thread Thomas Huth
On 01/04/2019 04.44, Jules Irenge wrote: > util/readline: add a space to fix errors reported by checkpatch.pl tool > "ERROR: space required before the open parenthesis" > "ERROR: space required after that ..." > within "util/redline.c" file > > Signed-off-by: Jules Irenge > --- > util/readline.c

[Qemu-devel] [PATCH v2 1/2] util/readline: add a space to fix errors by checkpatch tool

2019-03-31 Thread Jules Irenge
util/readline: add a space to fix errors reported by checkpatch.pl tool "ERROR: space required before the open parenthesis" "ERROR: space required after that ..." within "util/redline.c" file Signed-off-by: Jules Irenge --- util/readline.c | 34 +- 1 file changed,