Re: [PATCH v2 3/6] netdev_bandwidth_conf: Refractor virNetDevBandwidthParse()

2021-03-04 Thread Ján Tomko
On a Wednesday in 2021, Kristina Hanicova wrote: Refractoring includes: * removal of VIR_FREE * inversion of the condition * use of g_steal_pointer The conversion to g_steal_pointer was in your patch: Use g_steal_pointer where possible and is already merged as commit

[PATCH v2 3/6] netdev_bandwidth_conf: Refractor virNetDevBandwidthParse()

2021-03-03 Thread Kristina Hanicova
Refractoring includes: * removal of VIR_FREE * inversion of the condition * use of g_steal_pointer Signed-off-by: Kristina Hanicova --- src/conf/netdev_bandwidth_conf.c | 9 +++-- src/util/virnetdevbandwidth.h| 2 ++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git