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

Eric Blake eblake at redhat.com
Wed Jun 25 18:43:16 UTC 2014


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.

> 
> 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;
>      }
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140625/d4631adc/attachment-0001.sig>


More information about the libvir-list mailing list