From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1aGo-0000mn-8L for qemu-devel@nongnu.org; Tue, 01 Nov 2016 10:42:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1aGj-0005h8-S1 for qemu-devel@nongnu.org; Tue, 01 Nov 2016 10:42:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40530) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1aGj-0005gx-Kr for qemu-devel@nongnu.org; Tue, 01 Nov 2016 10:42:29 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D51AF81252 for ; Tue, 1 Nov 2016 14:42:28 +0000 (UTC) References: <83b0fae0728906e18849c971d22d077d7fc0f179.1478010883.git.jcody@redhat.com> From: Eric Blake Message-ID: <89507cad-b0d7-dc70-c884-7eb477fec2a0@redhat.com> Date: Tue, 1 Nov 2016 09:42:27 -0500 MIME-Version: 1.0 In-Reply-To: <83b0fae0728906e18849c971d22d077d7fc0f179.1478010883.git.jcody@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OX6ugBgd1SKiAKQDojI9ieOVavSiL55Uu" Subject: Re: [Qemu-devel] [PATCH 1/1] checkpatch: allow spaces before parenthesis for 'coroutine_fn' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, armbru@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OX6ugBgd1SKiAKQDojI9ieOVavSiL55Uu From: Eric Blake To: Jeff Cody , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, armbru@redhat.com Message-ID: <89507cad-b0d7-dc70-c884-7eb477fec2a0@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/1] checkpatch: allow spaces before parenthesis for 'coroutine_fn' References: <83b0fae0728906e18849c971d22d077d7fc0f179.1478010883.git.jcody@redhat.com> In-Reply-To: <83b0fae0728906e18849c971d22d077d7fc0f179.1478010883.git.jcody@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/01/2016 09:38 AM, Jeff Cody wrote: > Signed-off-by: Jeff Cody > --- > scripts/checkpatch.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake >=20 > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > index 3afa19a..9e64e61 100755 > --- a/scripts/checkpatch.pl > +++ b/scripts/checkpatch.pl > @@ -1754,7 +1754,7 @@ sub process { > # Ignore those directives where spaces _are_ permitted. > if ($name =3D~ /^(?: > if|for|while|switch|return|case| > - volatile|__volatile__| > + volatile|__volatile__|coroutine_fn| > __attribute__|format|__extension__| > asm|__asm__)$/x) > { >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --OX6ugBgd1SKiAKQDojI9ieOVavSiL55Uu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJYGKnTAAoJEKeha0olJ0NqAGEH/A2hOHiuJqSDkIJPD0XC9j5N 7/PwbVZnhZT164bTEPT3f7H8zNusMJy177zyNyR05+hPADzR+o+I6aG8EiIahtPS LmtWeElWPKr9KirYvgn9DHFpKqvJKN98BSXClOyll4tVVtqypgQ1Jp6sAZGpwo49 mnCVC4cqlAlsxZrdl/wvFPhM8DnjC2VOXyYBuQTjRhH94hLf3vgFhp/6f4uih9+H +3hETot8pwtM98rCOuQNqYEUf373WcX52LMax6ACoGOf3PTg4cL6jDT7ALqk35RT DOrHbB/oFSO9jAPrl1A31JIIowbcp3H+Y9/edRsW7QQD8/GtXtQd+njHJoovt6o= =AHZN -----END PGP SIGNATURE----- --OX6ugBgd1SKiAKQDojI9ieOVavSiL55Uu--