Re: [PATCH 3/7] cpufreq: rcpufreq_dt: use vertical import style

From: Miguel Ojeda

Date: Tue Jun 30 2026 - 04:36:10 EST


On Mon, Jun 29, 2026 at 2:43 PM Zhongqiu Han
<zhongqiu.han@xxxxxxxxxxxxxxxx> wrote:
>
> If the preferred style is to place each imported item on its own line,
> shouldn't imports such as
>
> cpu, cpufreq,
>
> be formatted similarly as well?

Indeed, good eyes.

To do what we want, `rustfmt` needs the `//` at the end of that level
too (in the future, it will be without the `//`), i.e. the patch
probably passes `rustfmtcheck`, but it still needs to split that line
and add the other `//`.

Cheers,
Miguel