All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH v2 00/11] trivial: Remove superfluous '\n' around error_report/error_setg
@ 2015-02-25  4:22 ` arei.gonglei
  0 siblings, 0 replies; 26+ messages in thread
From: arei.gonglei @ 2015-02-25  4:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Gonglei, mjt, peter.huangpeng

From: Gonglei <arei.gonglei@huawei.com>

v2 -> v1:
 - remove superfluous "" in patch 3. (Michael Tokarev)
 - move qemu-img.c hunk from patch 5 to patch 1. (Markus)
 - add 'R-by' tag for this patch series.

Yestoday, I found that some files have superflous '\n' charactor
around error_report/error_setg when reviewed patches.

By a simply script, the below files were listed. Classify and fix
them. It's suitable for appling via qemu-trivial IMHO.


Gonglei (11):
  block: remove superfluous '\n' around error_report/error_setg
  a9gtimer: remove superfluous '\n' around error_setg
  pl330.c: remove superfluous '\n' around error_setg
  numa: remove superfluous '\n' around error_setg
  Remove superfluous '\n' around error_report()
  vhost-scsi: Remove superfluous '\n' around error_report()
  vfio: Remove superfluous '\n' around error_report()
  xtensa: Remove superfluous '\n' around error_report()
  tpm: Remove superfluous '\n' around error_report()
  arm/digic_boards: Remove superfluous '\n' around error_report()
  vhost: Remove superfluous '\n' around error_report()

 block/archipelago.c       |  6 +++---
 exec.c                    |  2 +-
 hw/arm/digic_boards.c     |  6 +++---
 hw/block/nand.c           |  2 +-
 hw/dma/pl330.c            |  4 ++--
 hw/ide/pci.c              |  2 +-
 hw/microblaze/boot.c      |  2 +-
 hw/scsi/vhost-scsi.c      |  6 +++---
 hw/timer/a9gtimer.c       |  2 +-
 hw/tpm/tpm_passthrough.c  | 12 ++++++------
 hw/vfio/common.c          | 10 +++++-----
 hw/virtio/vhost-backend.c |  2 +-
 hw/xtensa/sim.c           |  2 +-
 hw/xtensa/xtfpga.c        | 10 +++++-----
 migration/rdma.c          |  2 +-
 net/vhost-user.c          |  4 ++--
 numa.c                    |  6 +++---
 qemu-img.c                |  2 +-
 target-s390x/kvm.c        |  2 +-
 tpm.c                     |  2 +-
 trace/control.c           |  2 +-
 21 files changed, 44 insertions(+), 44 deletions(-)

-- 
1.7.12.4




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

end of thread, other threads:[~2015-02-28  9:11 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25  4:22 [Qemu-trivial] [PATCH v2 00/11] trivial: Remove superfluous '\n' around error_report/error_setg arei.gonglei
2015-02-25  4:22 ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 01/11] block: remove " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 02/11] a9gtimer: remove superfluous '\n' around error_setg arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 03/11] pl330.c: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 04/11] numa: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 05/11] Remove superfluous '\n' around error_report() arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 06/11] vhost-scsi: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 07/11] vfio: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 08/11] xtensa: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 09/11] tpm: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 10/11] arm/digic_boards: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-25  4:22 ` [Qemu-trivial] [PATCH v2 11/11] vhost: " arei.gonglei
2015-02-25  4:22   ` [Qemu-devel] " arei.gonglei
2015-02-28  9:11 ` [Qemu-trivial] [PATCH v2 00/11] trivial: Remove superfluous '\n' around error_report/error_setg Michael Tokarev
2015-02-28  9:11   ` [Qemu-devel] " Michael Tokarev

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.