[PATCH 3/7] cpufreq: rcpufreq_dt: use vertical import style
Miguel Ojeda
miguel.ojeda.sandonis at gmail.com
Tue Jun 30 01:35:00 PDT 2026
On Mon, Jun 29, 2026 at 2:43 PM Zhongqiu Han
<zhongqiu.han at oss.qualcomm.com> 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
More information about the linux-riscv
mailing list