Re: [PATCH 4/5] sched_ext: Factor out scx_cpuperf_set()

Tejun Heo <[email protected]> Fri, 24 Jul 2026 09:07:38 -1000
Newsgroups dev.linux.lists.sched-ext,dev.linux.lists.sashiko-reviews
Message-ID <[email protected]>
On Fri, Jul 24, 2026 at 06:30:56PM +0000, [email protected] wrote:
> [Severity: Low]
> Does this disconnect the kernel-doc comment from its intended function?
>
> By placing the new static helper scx_cpuperf_set() directly under the
> kernel-doc block for scx_bpf_cpuperf_set(), kernel-doc will parse this as
> the documentation for the helper instead of the kfunc.

Indeed, the factoring left the kernel-doc comment attached to the
helper. Will move it to the kfunc when applying.

Thanks.

--
tejun