
15 Jul
2013
15 Jul
'13
4:39 a.m.
On 07/01/2013 07:46 PM, Laine Stump wrote:
virPCIDeviceGetDriverPathAndName is a static function that will need to be called by another function that occurs above it in the file. This patch reorders the static functions so that a forward declaration isn't needed. --- src/util/virpci.c | 177 +++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 87 deletions(-)
Most of the time I was looking for those 3 lines added, but found out those are blanks. Pure movement, ACK. Martin