Re: [Qemu-devel] [PATCH v2] target: mips: remove a space before open parenthesis to fix checkpatch error

2019-03-27 Thread Aleksandar Markovic
Excellent, Jules! I just want to suggest few minor improvements. > From: Jules Irenge > Subject: [PATCH v2] target: mips: remove a space before open parenthesis to > fix checkpatch error > "target: mips:" should be "target/mips:". That is our convention for all changes under target/mips direct

[Qemu-devel] [PATCH v2] target: mips: remove a space before open parenthesis to fix checkpatch error

2019-03-27 Thread Jules Irenge
Remove a space before bracket to fix checkpatch error "ERROR: space prohibited between function name and open parenthesis". Signed-off-by: Jules Irenge --- This v2 version includes fix of all error of space on function and paranthesis in this file target/mips/cp0_timer.c | 12 ++-- 1 fi