Re: [PATCH v2 06/17] virfdstream: Drop some needless labels

2020-08-20 Thread Peter Krempa
On Tue, Jul 07, 2020 at 21:46:24 +0200, Michal Privoznik wrote: > After previous cleanups, some labels in some functions have > nothing but 'return' statement in them. Drop the labels and > replace 'goto'-s with respective return statements. > > Signed-off-by: Michal Privoznik > --- >

[PATCH v2 06/17] virfdstream: Drop some needless labels

2020-07-07 Thread Michal Privoznik
After previous cleanups, some labels in some functions have nothing but 'return' statement in them. Drop the labels and replace 'goto'-s with respective return statements. Signed-off-by: Michal Privoznik --- src/util/virfdstream.c | 24 +--- 1 file changed, 9 insertions(+),