Re: [libvirt] [PATCH 04/21] qemu_hotplug: rename a virDomainDeviceInfoPtr to avoid confusion

2019-03-22 Thread Peter Krempa
On Thu, Mar 21, 2019 at 18:28:44 -0400, Laine Stump wrote: > Having an InfoPtr named "dev" made my brain hurt. Renaming it to > "info" gives one less thing to confuse when looking at the code. > > Signed-off-by: Laine Stump > --- > src/qemu/qemu_hotplug.c | 6 +++--- > 1 file changed, 3 insertio

[libvirt] [PATCH 04/21] qemu_hotplug: rename a virDomainDeviceInfoPtr to avoid confusion

2019-03-21 Thread Laine Stump
Having an InfoPtr named "dev" made my brain hurt. Renaming it to "info" gives one less thing to confuse when looking at the code. Signed-off-by: Laine Stump --- src/qemu/qemu_hotplug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qe