]> git.proxmox.com Git - mirror_qemu.git/commit
libvduse: Fix the incorrect function name
authorXie Yongji <xieyongji@bytedance.com>
Wed, 6 Jul 2022 09:56:22 +0000 (17:56 +0800)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Aug 2022 09:01:41 +0000 (11:01 +0200)
commite7156ff7cb3ea79c5c859168484a216c431bdd5a
treed111c9bbdbb9baa7b956a4e3f2522b3f87574d7c
parent77e3f038af1764983087e3551a0fde9951952c4d
libvduse: Fix the incorrect function name

In vduse_name_is_valid(), we actually check whether
the name is invalid or not. So let's change the
function name to vduse_name_is_invalid() to match
the behavior.

Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220706095624.328-2-xieyongji@bytedance.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
subprojects/libvduse/libvduse.c