checkpatch: There is no qemu_strtod()
commit01fb8e192d2cb139622df22983360836e39a64ff
authorEric Blake <eblake@redhat.com>
Fri, 10 Jun 2016 02:48:07 +0000 (9 20:48 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 30 Jun 2016 13:24:36 +0000 (30 15:24 +0200)
tree67e817c5975cbe3d6263618c57861ab69d239f8f
parentff5394ad5b1039efef9844f5844f952aec93ef37
checkpatch: There is no qemu_strtod()

Maybe there should be; but until there is, we should not flag
strtod() calls as something to replaced with qemu_strtod().

We also lack qemu_strtof() and qemu_strtold(), but as no one
has been using strtof() or strtold(), it's not worth complicating
the regex for them.

(Ironically, I had to use 'git commit -n' since checkpatch uses
TAB indents, in violation of its own recommendations.)

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1465526889-8339-3-git-send-email-eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/checkpatch.pl