]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: add or remove space to fix checkpatch errors
authorJules Irenge <jbi.octave@gmail.com>
Sat, 13 Apr 2019 20:28:17 +0000 (21:28 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Sun, 26 May 2019 15:44:44 +0000 (17:44 +0200)
commit8ebf2e1a68408068c0bcd0d02a783fd12f6a9cb5
tree9cfbd7686c2982fa87b640cd32bf012565f2d0c3
parent86e636951ddce2bb3a82fcaad5abc3779ba4f7ab
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 that..."
"ERROR: space required after that..."
"ERROR: space required before the open parenthesis"
"ERROR: space required after that..."
"ERROR: space prohibited between function name and open parenthesis"
"ERROR: code indent should never use tabs"
"ERROR: line over 90 characters"
within "target/mips/cpu.h" file.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20190413202818.13622-2-jbi.octave@gmail.com>
target/mips/cpu.h