Re: [PATCH V10 14/15] rust: opp: Extend OPP abstractions with cpufreq support

From: Miguel Ojeda
Date: Wed Apr 16 2025 - 06:31:44 EST


On Wed, Apr 16, 2025 at 11:59 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> +// Frequency table implementation.

///

> + // Returns a reference to the underlying [`cpufreq::Table`].

Ditto.

I wonder if we should have a `checkpatch.pl` warnings (not error) for
this -- it is not always a mistake, but there is a fair chance it is.
The likelihood increases if we notice things like ``[`...`]`` there.
Added:

https://github.com/Rust-for-Linux/linux/issues/1157

Cheers,
Miguel