Re: [libvirt] [PATCH 2/4] cfg.mk: Only force _LAST enum on VIR_ENUM_IMPL second line

2019-04-11 Thread Daniel P . Berrangé
On Mon, Apr 08, 2019 at 11:48:17AM -0400, Cole Robinson wrote: > Drop the checking for _LAST optionally on the first line, previous > patch removed all those instances > > Signed-off-by: Cole Robinson > --- > cfg.mk | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Dani

[libvirt] [PATCH 2/4] cfg.mk: Only force _LAST enum on VIR_ENUM_IMPL second line

2019-04-08 Thread Cole Robinson
Drop the checking for _LAST optionally on the first line, previous patch removed all those instances Signed-off-by: Cole Robinson --- cfg.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg.mk b/cfg.mk index bb684f381d..b785089910 100644 --- a/cfg.mk +++ b/cfg.mk @@