From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7nJk-0007mB-Ga for qemu-devel@nongnu.org; Tue, 31 May 2016 13:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7nJi-0006ga-E8 for qemu-devel@nongnu.org; Tue, 31 May 2016 13:18:59 -0400 References: <1464712565-14857-1-git-send-email-lvivier@redhat.com> <1464712565-14857-3-git-send-email-lvivier@redhat.com> From: Eric Blake Message-ID: <574DC776.3070203@redhat.com> Date: Tue, 31 May 2016 11:18:46 -0600 MIME-Version: 1.0 In-Reply-To: <1464712565-14857-3-git-send-email-lvivier@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xtrExtLeXUMFAEWg9jpMRiMMuCX521cTo" Subject: Re: [Qemu-devel] [PATCH 02/16] parallels: Use DIV_ROUND_UP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-trivial@nongnu.org, qemu-devel@nongnu.org Cc: qemu-block@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xtrExtLeXUMFAEWg9jpMRiMMuCX521cTo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 05/31/2016 10:35 AM, Laurent Vivier wrote: > Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d). >=20 > This patch is the result of coccinelle script > scripts/coccinelle/round.cocci >=20 > CC: qemu-block@nongnu.org > Signed-off-by: Laurent Vivier > --- > block/parallels.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --xtrExtLeXUMFAEWg9jpMRiMMuCX521cTo 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/ iQEcBAEBCAAGBQJXTcd2AAoJEKeha0olJ0Nqa+UIAIgHux+mUj4tkO83lUxIsHMR VL0fO9w8ZTUQ+amj38BnSuIu1fSZCbBeEEIrdT09mVp+m/y3d8jyDDQk5ftYZbtq f/Kjxz/4enel6ILIPg91YdFiPy7QeacbENsThFp+alq+2ibZ+9MTEPOIWIw6jHSP Q+Hi8vnTOoURwZK7lWC8F7BEbT4o3F2bq9I2jjx/l9p4M7MbRuaCczPWxVyYuHC4 eoYObdeMzW/aK5N0uWUeglL7q5Q35oMz+048NjX7RI0wIU48o+BQZ+x86YwdKG3I vTW2sAi+0FNE7acGfI1s17YwFErzzdrJsECSqRJ9X06S+3DTsQgwo1yY+1uONwQ= =kTPR -----END PGP SIGNATURE----- --xtrExtLeXUMFAEWg9jpMRiMMuCX521cTo--