>>> On 16.03.17 at 12:08, <yi.y....@linux.intel.com> wrote:
> +static bool l3_cdp_fits_cos_max(const uint32_t val[],
> +                                const struct feat_node *feat,
> +                                unsigned int cos)
> +{
> +    if ( cos > feat->info.cat_info.cos_max &&
> +         (val[0] != get_cdp_data(feat, 0) || val[1] != get_cdp_code(feat, 
> 0)) )
> +            /*
> +             * Exceed cos_max and value to set is not default,
> +             * return error.
> +             */
> +            return false;

Indentation. But presumably this function will go away anyway.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to