]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rename pciUnBindDeviceFromStub() to pciUnbindDeviceFromStub() and float it up
authorWen Congyang <wency@cn.fujitsu.com>
Wed, 6 Apr 2011 07:13:10 +0000 (15:13 +0800)
committerWen Congyang <wency@cn.fujitsu.com>
Thu, 7 Apr 2011 05:09:46 +0000 (13:09 +0800)
commit9121b1930ffd0d65757e2204ecec03d8bfb01c3c
treeb54ca46698989a3b82fa0922f81e832c8ce08ff2
parent115498597a9f416fe34fe3887ea08be70cce30c9
rename pciUnBindDeviceFromStub() to pciUnbindDeviceFromStub() and float it up

This patch do the following things:
1. rename the function as 'Unbind' is better than 'UnBind'.
2. pciUnbindDeviceFromStub() will be used in the function pciBindDeviceToStub() in
   next patch. Float it up, instead of having to have a forward declaration
src/util/pci.c