Petr Horáček has uploaded a new change for review.

Change subject: netlink: fix PEP8 in netlink memory leak patch
......................................................................

netlink: fix PEP8 in netlink memory leak patch

Change-Id: I6af9e2a7e76c5d610d553df7a285d00c28d15d61
Bug-Url: https://bugzilla.redhat.com/1158108
Signed-off-by: Petr Horáček <phora...@redhat.com>
---
M lib/vdsm/netlink.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/83/40383/1

diff --git a/lib/vdsm/netlink.py b/lib/vdsm/netlink.py
index d822944..8aae2e5 100644
--- a/lib/vdsm/netlink.py
+++ b/lib/vdsm/netlink.py
@@ -333,7 +333,7 @@
 _nl_af2str = _int_char_proto(('nl_af2str', LIBNL))
 _rtnl_scope2str = _int_char_proto(('rtnl_scope2str', LIBNL_ROUTE))
 
-_rtnl_link_put  = _none_proto(('rtnl_link_put', LIBNL_ROUTE))
+_rtnl_link_put = _none_proto(('rtnl_link_put', LIBNL_ROUTE))
 
 _nl_link_cache = partial(_cache_manager, _rtnl_link_alloc_cache)
 _nl_addr_cache = partial(_cache_manager, _rtnl_addr_alloc_cache)


-- 
To view, visit https://gerrit.ovirt.org/40383
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6af9e2a7e76c5d610d553df7a285d00c28d15d61
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Petr Horáček <phora...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to