All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] hw/sh4: Codeing style fixes
@ 2021-10-24  0:40 BALATON Zoltan
  2021-10-24  0:40 ` [PATCH 2/5] hw/sh4: Coding style: Fix multi-line comments BALATON Zoltan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: BALATON Zoltan @ 2021-10-24  0:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Richard Henderson, Magnus Damm, Yoshinori Sato

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-10-25 13:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24  0:40 [PATCH 0/5] hw/sh4: Codeing style fixes BALATON Zoltan
2021-10-24  0:40 ` [PATCH 2/5] hw/sh4: Coding style: Fix multi-line comments BALATON Zoltan
2021-10-24  0:40 ` [PATCH 4/5] hw/sh4: Coding style: Add missing braces BALATON Zoltan
2021-10-24  0:40 ` [PATCH 5/5] hw/sh4: Coding style: Remove unnecessary casts BALATON Zoltan
2021-10-24  0:40 ` [PATCH 1/5] hw/sh4: Coding style: Remove tabs BALATON Zoltan
2021-10-24  0:40 ` [PATCH 3/5] hw/sh4: Coding style: White space fixes BALATON Zoltan
2021-10-24 14:09 ` [PATCH 0/5] hw/sh4: Codeing style fixes Philippe Mathieu-Daudé
2021-10-25 13:34 ` Yoshinori Sato

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.