[libvirt] [PATCH] Don't put a semicolon on the end of a VIR_ENUM_IMPL.

Chris Lalancette clalance at redhat.com
Mon Aug 2 13:43:58 UTC 2010


On 07/30/10 - 11:55:39AM, Eric Blake wrote:
> On 07/30/2010 11:37 AM, Chris Lalancette wrote:
> > Signed-off-by: Chris Lalancette <clalance at redhat.com>
> > ---
> >  src/conf/domain_conf.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> > index 04c417e..ca4bc6e 100644
> > --- a/src/conf/domain_conf.c
> > +++ b/src/conf/domain_conf.c
> > @@ -99,7 +99,7 @@ VIR_ENUM_IMPL(virDomainDeviceAddress, VIR_DOMAIN_DEVICE_ADDRESS_TYPE_LAST,
> >                "none",
> >                "pci",
> >                "drive",
> > -              "virtio-serial");
> > +              "virtio-serial")
> >  
> 
> ACK; practically qualifies as trivial.

Yeah, I was going to push it as trivial, but I was posting other patches
anyway so I just posted it as well.  Thanks, pushed.

-- 
Chris Lalancette




More information about the libvir-list mailing list