All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] strtosz() more cleanups
@ 2011-01-17 17:12 Jes.Sorensen
  2011-01-17 17:12 ` [Qemu-devel] [PATCH 1/2] strtosz(): Fix name confusion in use of modf() Jes.Sorensen
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Jes.Sorensen @ 2011-01-17 17:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Alex.Williamson, eblake

From: Jes Sorensen <Jes.Sorensen@redhat.com>

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-19 10:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 17:12 [Qemu-devel] [PATCH 0/2] strtosz() more cleanups Jes.Sorensen
2011-01-17 17:12 ` [Qemu-devel] [PATCH 1/2] strtosz(): Fix name confusion in use of modf() Jes.Sorensen
2011-01-17 17:12 ` [Qemu-devel] [PATCH 2/2] strtosz(): Use suffix macros in switch() statement Jes.Sorensen
2011-01-18  9:20   ` Markus Armbruster
2011-01-18  9:22     ` Jes Sorensen
2011-01-18 15:24     ` Alex Williamson
2011-01-18 16:50     ` Anthony Liguori
2011-01-18 16:52       ` Jes Sorensen
2011-01-18 16:53       ` Eric Blake
2011-01-18 20:30         ` Anthony Liguori
2011-01-18 20:36           ` Jes Sorensen
2011-01-18 20:39             ` Anthony Liguori
2011-01-19 10:03               ` Jes Sorensen
2011-01-17 17:15 ` [Qemu-devel] Re: [PATCH 0/2] strtosz() more cleanups Alex Williamson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.