[PATCH 0/5] hw/sh4: Codeing style fixes

BALATON Zoltan posted 5 patches 2 years, 6 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1635036053.git.balaton@eik.bme.hu
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Magnus Damm <magnus.damm@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/char/sh_serial.c      |   77 +-
hw/intc/sh_intc.c        |  313 ++++----
hw/pci-host/sh_pci.c     |   10 +-
hw/sh4/r2d.c             |   68 +-
hw/sh4/sh7750.c          |  571 +++++++-------
hw/sh4/sh7750_regnames.c |  148 ++--
hw/sh4/sh7750_regs.h     | 1600 +++++++++++++++++++-------------------
hw/sh4/shix.c            |   12 +-
hw/timer/sh_timer.c      |   55 +-
include/hw/sh4/sh.h      |   20 +-
10 files changed, 1466 insertions(+), 1408 deletions(-)
[PATCH 0/5] hw/sh4: Codeing style fixes
Posted by BALATON Zoltan 2 years, 6 months ago
This fixes coding style of files belonging to SH4 system emulation
which were not following current QEMU coding style requirements.

BALATON Zoltan (5):
  hw/sh4: Coding style: Remove tabs
  hw/sh4: Coding style: Fix multi-line comments
  hw/sh4: Coding style: White space fixes
  hw/sh4: Coding style: Add missing braces
  hw/sh4: Coding style: Remove unnecessary casts

 hw/char/sh_serial.c      |   77 +-
 hw/intc/sh_intc.c        |  313 ++++----
 hw/pci-host/sh_pci.c     |   10 +-
 hw/sh4/r2d.c             |   68 +-
 hw/sh4/sh7750.c          |  571 +++++++-------
 hw/sh4/sh7750_regnames.c |  148 ++--
 hw/sh4/sh7750_regs.h     | 1600 +++++++++++++++++++-------------------
 hw/sh4/shix.c            |   12 +-
 hw/timer/sh_timer.c      |   55 +-
 include/hw/sh4/sh.h      |   20 +-
 10 files changed, 1466 insertions(+), 1408 deletions(-)

-- 
2.21.4


Re: [PATCH 0/5] hw/sh4: Codeing style fixes
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
On 10/24/21 02:40, BALATON Zoltan wrote:
> This fixes coding style of files belonging to SH4 system emulation
> which were not following current QEMU coding style requirements.
> 
> BALATON Zoltan (5):
>   hw/sh4: Coding style: Remove tabs
>   hw/sh4: Coding style: Fix multi-line comments
>   hw/sh4: Coding style: White space fixes
>   hw/sh4: Coding style: Add missing braces
>   hw/sh4: Coding style: Remove unnecessary casts

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Re: [PATCH 0/5] hw/sh4: Codeing style fixes
Posted by Yoshinori Sato 2 years, 6 months ago
On Sun, 24 Oct 2021 09:40:53 +0900,
BALATON Zoltan wrote:
> 
> This fixes coding style of files belonging to SH4 system emulation
> which were not following current QEMU coding style requirements.
> 
> BALATON Zoltan (5):
>   hw/sh4: Coding style: Remove tabs
>   hw/sh4: Coding style: Fix multi-line comments
>   hw/sh4: Coding style: White space fixes
>   hw/sh4: Coding style: Add missing braces
>   hw/sh4: Coding style: Remove unnecessary casts
> 
>  hw/char/sh_serial.c      |   77 +-
>  hw/intc/sh_intc.c        |  313 ++++----
>  hw/pci-host/sh_pci.c     |   10 +-
>  hw/sh4/r2d.c             |   68 +-
>  hw/sh4/sh7750.c          |  571 +++++++-------
>  hw/sh4/sh7750_regnames.c |  148 ++--
>  hw/sh4/sh7750_regs.h     | 1600 +++++++++++++++++++-------------------
>  hw/sh4/shix.c            |   12 +-
>  hw/timer/sh_timer.c      |   55 +-
>  include/hw/sh4/sh.h      |   20 +-
>  10 files changed, 1466 insertions(+), 1408 deletions(-)
> 
> -- 
> 2.21.4
> 
> 

Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>

-- 
Yosinori Sato