From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a74wi-0000Ke-17 for qemu-devel@nongnu.org; Thu, 10 Dec 2015 12:24:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a74we-0000SN-Nj for qemu-devel@nongnu.org; Thu, 10 Dec 2015 12:23:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a74we-0000Rx-IY for qemu-devel@nongnu.org; Thu, 10 Dec 2015 12:23:56 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 8D109A81 for ; Thu, 10 Dec 2015 17:23:55 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-204-39.brq.redhat.com [10.40.204.39]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tBAHNruF024695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 10 Dec 2015 12:23:55 -0500 From: Markus Armbruster Date: Thu, 10 Dec 2015 18:23:48 +0100 Message-Id: <1449768232-22924-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Error reporting cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Mostly newlines. Making checkpatch catch them would be nice, but that's more than I can do today. Help welcome, of course. I intend to take these patches through my tree. Markus Armbruster (4): error: Strip trailing '\n' from error string arguments (again) error: Clean up errors with embedded newlines (again), part 1 error: Clean up errors with embedded newlines (again), part 2 hw/s390x: Rename local variables Error *l_err to just err block/vhdx-log.c | 9 +++++---- block/vmdk.c | 13 ++++++++----- hw/arm/xlnx-zynqmp.c | 2 +- hw/i386/kvm/pci-assign.c | 12 ++++++------ hw/i386/pc.c | 4 ++-- hw/ppc/spapr.c | 3 ++- hw/s390x/ipl.c | 12 ++++++------ hw/s390x/s390-skeys-kvm.c | 2 +- hw/s390x/s390-skeys.c | 16 ++++++++-------- hw/s390x/sclp.c | 14 +++++++------- hw/tpm/tpm_tis.c | 2 +- kvm-all.c | 6 +++--- migration/ram.c | 2 +- migration/savevm.c | 4 ++-- net/vhost-user.c | 6 +++--- qga/commands-posix.c | 2 +- target-arm/cpu.c | 2 +- target-arm/machine.c | 4 ++-- 18 files changed, 60 insertions(+), 55 deletions(-) -- 2.4.3