> +/* > + * sched_core_update_cookie - Common helper to update a task's core cookie. > This > + * updates the selected cookie field. > + * @p: The task whose cookie should be updated. > + * @cookie: The new cookie. > + * @cookie_type: The cookie field to which the cookie corresponds.
No cookie_type in this patch (or cookie fields). Also might want to call out that the caller is responsible for put'ing the return value.