From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34231 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pesg9-0006qU-FB for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:15:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pesg7-0005mT-CI for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:15:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pesg7-0005mK-3y for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:15:39 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0HHFc1I026247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Jan 2011 12:15:38 -0500 From: Alex Williamson In-Reply-To: <1295284345-24524-1-git-send-email-Jes.Sorensen@redhat.com> References: <1295284345-24524-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 17 Jan 2011 10:15:36 -0700 Message-ID: <1295284536.3216.37.camel@x201> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/2] strtosz() more cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: kwolf@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org On Mon, 2011-01-17 at 18:12 +0100, Jes.Sorensen@redhat.com wrote: > From: Jes Sorensen > > Another two cleanups to strtosz() suggested by Alex Williamson. > > I had reversed the use of the names of the return arguments to modf(), > and use the STRTOSZ_DESUFFIX_ macros in the switch() statement. > > Cheers, > Jes > > > Jes Sorensen (2): > strtosz(): Fix name confusion in use of modf() > strtosz(): Use suffix macros in switch() statement > > cutils.c | 14 +++++++------- > 1 files changed, 7 insertions(+), 7 deletions(-) > Acked-by: Alex Williamson