]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: Rename nodeDeviceWaitInit()
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 13 Apr 2021 09:14:15 +0000 (11:14 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 13 Apr 2021 15:06:30 +0000 (17:06 +0200)
commit72e3fc595eea2463e84a4a31e4c1693e154247c3
treea373ee1232dadd2dc57883d2db0b9feeb23d6802
parentc8238579fb0b1c3affbd77749ae2b2c4dfafb2d6
nodedev: Rename nodeDeviceWaitInit()

The consensus is to put the verb last. Therefore, the new name is
nodeDeviceInitWait(). This allows us to introduce new function
(done later in a separate commit) that will "complete" the device
initialization.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/node_device/node_device_driver.c