On Wed, Feb 15, 2017 at 04:49:26PM +0800, Yi Sun wrote:
>  static int pick_avail_cos(const struct psr_socket_info *info,
>                            const uint64_t *val, uint32_t array_len,
>                            unsigned int old_cos,
>                            enum psr_feat_type feat_type)
>  {
> +    unsigned int cos;
> +    unsigned int cos_max = 0;
> +    const struct feat_node *feat;
> +    const unsigned int *ref = info->cos_ref;
> +
> +    /*
> +     * cos_max is the one of the feature which is being set.
> +     */

Single line comment should be like:

   /* xxxx */

Wei.

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

Reply via email to