Re: [Qemu-devel] [PATCH v3 2/4] target/mips: add or remove space to fix checkpatch errors

2019-04-11 Thread Aleksandar Markovic
> From: Jules Irenge > Subject: [PATCH v3 2/4] target/mips: add or remove space to fix checkpatch > errors > > Add or remove space to fix errors issued by checkpatch.pl tool > "ERROR: spaces required around ..." > "ERROR: space required after that" > "ERROR: space required before the open parenth

[Qemu-devel] [PATCH v3 2/4] target/mips: add or remove space to fix checkpatch errors

2019-04-05 Thread Jules Irenge
Add or remove space to fix errors issued by checkpatch.pl tool "ERROR: spaces required around ..." "ERROR: space required after that" "ERROR: space required before the open parenthesis" "ERROR: space prohibited between function name and open parenthesis" within "target/mips/cpu.h" file. Signed-off