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.
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms(a)us.ibm.com