[Qemu-devel] [PATCH 0/8] target/mips: Clean up misc code segments

Aleksandar Markovic posted 8 patches 5 years ago
Test checkpatch passed
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1556018982-3715-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>, Aleksandar Rikalo <arikalo@wavecomp.com>
target/mips/cp0_timer.c  |  26 +++---
target/mips/cpu.h        | 211 ++++++++++++++++++++++-------------------
target/mips/dsp_helper.c |  40 +++++---
target/mips/lmi_helper.c |   8 +-
target/mips/translate.c  | 238 +++++++++++++++++++++++++++--------------------
5 files changed, 301 insertions(+), 222 deletions(-)
[Qemu-devel] [PATCH 0/8] target/mips: Clean up misc code segments
Posted by Aleksandar Markovic 5 years ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

This series removes a number of checkpatch errors and warnings
to improve code readibility and maintainability.

Aleksandar Markovic (4):
  target/mips: Clean up dsp_helper.c
  target/mips: Clean up lmi_helper.c
  target/mips: Fix some space checkpatch errors in translate.c
  target/mips: Fix if-else arms checkpatch errors in translate.c

Jules Irenge (4):
  target/mips: Add or remove space to fix checkpatch errors
  target/mips: Realign comments to fix checkpatch warnings
  target/mips: Remove a space before open parenthesis to fix checkpatch
    errors
  target/mips: Add * to comments and realign them to fix checkpatch
    warnings

 target/mips/cp0_timer.c  |  26 +++---
 target/mips/cpu.h        | 211 ++++++++++++++++++++++-------------------
 target/mips/dsp_helper.c |  40 +++++---
 target/mips/lmi_helper.c |   8 +-
 target/mips/translate.c  | 238 +++++++++++++++++++++++++++--------------------
 5 files changed, 301 insertions(+), 222 deletions(-)

-- 
2.7.4