Re: [libvirt] [PATCH v3 5/8] conf: Replace 'error' with 'cleanup' in virDomainHostdevDefParseXMLSubsys

2018-07-13 Thread Ján Tomko
On Wed, Jul 11, 2018 at 03:58:25PM +0200, Erik Skultety wrote: The exit path is the same for both success and failure, so the label should be called cleanup. Signed-off-by: Erik Skultety --- src/conf/domain_conf.c | 38 +++--- 1 file changed, 19 insertions(+), 19

[libvirt] [PATCH v3 5/8] conf: Replace 'error' with 'cleanup' in virDomainHostdevDefParseXMLSubsys

2018-07-11 Thread Erik Skultety
The exit path is the same for both success and failure, so the label should be called cleanup. Signed-off-by: Erik Skultety --- src/conf/domain_conf.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/conf/domain_conf.c