[libvirt PATCH 0/2] minor cleanups in udevConnectListAllInterfaces

Ján Tomko posted 2 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1605878022.git.jtomko@redhat.com
src/interface/interface_backend_udev.c | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
[libvirt PATCH 0/2] minor cleanups in udevConnectListAllInterfaces
Posted by Ján Tomko 3 years, 5 months ago
Ján Tomko (2):
  udevConnectListAllInterfaces: initialize ret
  udevConnectListAllInterfaces: delete pointless cleanup code

 src/interface/interface_backend_udev.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/2] minor cleanups in udevConnectListAllInterfaces
Posted by Michal Privoznik 3 years, 4 months ago
On 11/20/20 2:13 PM, Ján Tomko wrote:
> Ján Tomko (2):
>    udevConnectListAllInterfaces: initialize ret
>    udevConnectListAllInterfaces: delete pointless cleanup code
> 
>   src/interface/interface_backend_udev.c | 11 +----------
>   1 file changed, 1 insertion(+), 10 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal