Re: [PATCH] lib: Drop needless one line labels

2021-11-15 Thread Ján Tomko
On a Friday in 2021, Michal Privoznik wrote: In some cases we have a label that contains nothing but a return statement. The amount of such labels rises as we use automagic cleanup. Anyway, such labels are pointless and can be dropped. Signed-off-by: Michal Privoznik ---

Re: [PATCH] lib: Drop needless one line labels

2021-11-15 Thread Daniel Henrique Barboza
On 11/12/21 13:22, Michal Privoznik wrote: In some cases we have a label that contains nothing but a return statement. The amount of such labels rises as we use automagic cleanup. Anyway, such labels are pointless and can be dropped. Signed-off-by: Michal Privoznik --- Reviewed-by:

[PATCH] lib: Drop needless one line labels

2021-11-12 Thread Michal Privoznik
In some cases we have a label that contains nothing but a return statement. The amount of such labels rises as we use automagic cleanup. Anyway, such labels are pointless and can be dropped. Signed-off-by: Michal Privoznik --- examples/c/domain/dommigrate.c | 6 +- src/conf/domain_conf.c