From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLvhm-0005xm-Ad for qemu-devel@nongnu.org; Thu, 12 Feb 2015 10:29:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLvhh-00082H-CK for qemu-devel@nongnu.org; Thu, 12 Feb 2015 10:29:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLvhh-000825-3Y for qemu-devel@nongnu.org; Thu, 12 Feb 2015 10:29:21 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1CFTKVE031416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 12 Feb 2015 10:29:20 -0500 Message-ID: <54DCC6CF.4030804@redhat.com> Date: Thu, 12 Feb 2015 08:29:19 -0700 From: Eric Blake MIME-Version: 1.0 References: <1423748040-3448-1-git-send-email-armbru@redhat.com> <1423748040-3448-3-git-send-email-armbru@redhat.com> In-Reply-To: <1423748040-3448-3-git-send-email-armbru@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kekmerqHAnVFICGnt1M8dPXct7DK8eX8u" Subject: Re: [Qemu-devel] [PATCH v2 02/10] error: Use error_report_err() where appropriate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kekmerqHAnVFICGnt1M8dPXct7DK8eX8u Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/12/2015 06:33 AM, Markus Armbruster wrote: > Coccinelle semantic patch: >=20 > @@ > expression E; > @@ > - error_report("%s", error_get_pretty(E)); > - error_free(E); > + error_report_err(E); > @@ > expression E, S; > @@ > - error_report("%s", error_get_pretty(E)); > + error_report_err(E); > ( > exit(S); > | > abort(); > ) >=20 > Trivial manual touch-ups in block/sheepdog.c. >=20 > Signed-off-by: Markus Armbruster > --- Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --kekmerqHAnVFICGnt1M8dPXct7DK8eX8u Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJU3MbPAAoJEKeha0olJ0NqDy4H/R8IHxOGrlLzNML8oW0/Ao7D Yi79Qa6gLY6HesKqZnawUe2yfvr2ZwdboiMdBJt1e2RkubWhN8Qrh4l9y3etMfYy mcAlMfK3GIBpwMSzuvAlz+tmftymrb2uaAz+ugZMNW6FAJswFOZ6+9Ohkg+wHUKo OCNIKvSD5LUXbuzVvHibot3x/G32zIcEqmzh2XxUFufmDVu8XUV3D2ifSJ2Q8cH9 f3M1WvbyXbB1gkluVGZA8hbm/UdMBY3cmKwc4hQ2tdwBlWUkN8bSpAfMfVBNBoI3 AC0PcZGisl+yZeqoC4NJA01DnzhU44M78AcrCELnu2z5lexZhbCvLf4oUCN/WhE= =JUnO -----END PGP SIGNATURE----- --kekmerqHAnVFICGnt1M8dPXct7DK8eX8u--