[libvirt] [PATCH] domain conf: Fix whitespace around judgement operation when parsing 'managed' attribute.

chen.fan.fnst at cn.fujitsu.com chen.fan.fnst at cn.fujitsu.com
Thu Jun 26 01:08:12 UTC 2014


On Wed, 2014-06-25 at 12:43 -0600, Eric Blake wrote: 
> On 06/25/2014 02:45 AM, Chen Fan wrote:
> 
> Long subject line.  Please try to fit subjects in 60 characters or less
> (look at 'git shortlog -30' for a good example).
> 
> > Signed-off-by: Chen Fan <chen.fan.fnst at cn.fujitsu.com>
> > ---
> >  src/conf/domain_conf.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> ACK and pushed, after amending the commit message slightly.
> 
Thanks,
Chen

> > 
> > diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> > index 02c394f..b7aa4f5 100644
> > --- a/src/conf/domain_conf.c
> > +++ b/src/conf/domain_conf.c
> > @@ -4261,7 +4261,7 @@ virDomainHostdevDefParseXMLSubsys(xmlNodePtr node,
> >       * element that might be (pure hostdev, or higher level device
> >       * (e.g. <interface>) with type='hostdev')
> >       */
> > -    if ((managed = virXMLPropString(node, "managed"))!= NULL) {
> > +    if ((managed = virXMLPropString(node, "managed")) != NULL) {
> >          if (STREQ(managed, "yes"))
> >              def->managed = true;
> >      }
> > 
> 





More information about the libvir-list mailing list