mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 21:15:20 +00:00
maint: fix comma style issues: util
Most of our code base uses space after comma but not before; fix the remaining uses before adding a syntax check. * src/util/vircommand.c: Consistently use commas. * src/util/virlog.c: Likewise. * src/util/virnetdevbandwidth.c: Likewise. * src/util/virnetdevmacvlan.c: Likewise. * src/util/virnetdevvportprofile.c: Likewise. * src/util/virnetlink.c: Likewise. * src/util/virpci.c: Likewise. * src/util/virsysinfo.c: Likewise. * src/util/virusb.c: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
57682aea36
commit
c7c84fa54a
@ -374,7 +374,8 @@ virPCIDeviceWrite32(virPCIDevicePtr dev, int cfgfd, unsigned int pos, uint32_t v
|
|||||||
virPCIDeviceWrite(dev, cfgfd, pos, &buf[0], sizeof(buf));
|
virPCIDeviceWrite(dev, cfgfd, pos, &buf[0], sizeof(buf));
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef int (*virPCIDeviceIterPredicate)(virPCIDevicePtr , virPCIDevicePtr , void *);
|
typedef int (*virPCIDeviceIterPredicate)(virPCIDevicePtr, virPCIDevicePtr,
|
||||||
|
void *);
|
||||||
|
|
||||||
/* Iterate over available PCI devices calling @predicate
|
/* Iterate over available PCI devices calling @predicate
|
||||||
* to compare each one to @dev.
|
* to compare each one to @dev.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user