From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50633 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pesd3-00056J-Lj for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:12:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pesd2-00059r-Du for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:12:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pesd2-00059g-6G for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:12:28 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0HHCRHT015252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Jan 2011 12:12:27 -0500 From: Jes.Sorensen@redhat.com Date: Mon, 17 Jan 2011 18:12:23 +0100 Message-Id: <1295284345-24524-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] strtosz() more cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Alex.Williamson@redhat.com, eblake@redhat.com 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(-) -- 1.7.3.4