
12 Feb
2008
12 Feb
'08
7:37 p.m.
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@linux.vnet.ibm.com