[Libvirt-cim] [PATCH] Update EC to add support for VSMS to VSMC association

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Tue Feb 12 18:37:21 UTC 2008


Dan Smith wrote:
> KR> +static CMPIStatus service_to_cap(const CMPIObjectPath *ref,
> KR> +                                 struct std_assoc_info *info,
> KR> +                                 struct inst_list *list)
> KR> +{
> KR> +        CMPIInstance *inst = NULL;
> KR> +        CMPIStatus s = {CMPI_RC_OK, NULL};
> KR> +
> KR> +        if (!match_hypervisor_prefix(ref, info))
> KR> +                goto out;
> KR> +
> KR> +       s = validate_service_get_caps(ref, &inst);
> 
> Whitespace issue.
> 
> Otherwise this seems fine to me.
> 

Good eye - I missed this when I reviewed the patch before sending it 
out.  Will resend =)
-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list