Re: [Libosinfo] [libosinfo PATCH v2 2/6] media: Use better naming for goto labels

2018-12-20 Thread Daniel P . Berrangé
On Thu, Dec 20, 2018 at 08:46:43AM +0100, Fabiano Fidêncio wrote: > Let's replace EXIT for cleanup and ON_ERROR for error and follow a > normal naming convention for the labels. > > Signed-off-by: Fabiano Fidêncio > --- > osinfo/osinfo_media.c | 16 > 1 file changed, 8

[Libosinfo] [libosinfo PATCH v2 2/6] media: Use better naming for goto labels

2018-12-19 Thread Fabiano Fidêncio
Let's replace EXIT for cleanup and ON_ERROR for error and follow a normal naming convention for the labels. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_media.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/osinfo/osinfo_media.c