Re: [libvirt] [PATCH v1 01/26] bhyve: remove unneeded labels

2020-01-07 Thread Erik Skultety
On Mon, Jan 06, 2020 at 06:57:25PM -0300, Daniel Henrique Barboza wrote: > Labels that are simply a jump to a 'return' call are > unneeded and can be replaced by the return value instead. > > Signed-off-by: Daniel Henrique Barboza > --- There are a few candidates suitable for a trivial g_autoFOO

[libvirt] [PATCH v1 01/26] bhyve: remove unneeded labels

2020-01-06 Thread Daniel Henrique Barboza
Labels that are simply a jump to a 'return' call are unneeded and can be replaced by the return value instead. Signed-off-by: Daniel Henrique Barboza --- src/bhyve/bhyve_device.c| 13 - src/bhyve/bhyve_parse_command.c | 47 + 2 files changed, 23 in