Re: [PATCH v2] pwm: th1520: use vertical import style
Michal Wilczynski <[email protected]>
| Newsgroups | org.kernel.vger.linux-pwm,dev.linux.lists.llvm,org.infradead.lists.linux-riscv,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 7/21/26 09:49, Guru Das Srinagesh wrote: > Convert `use` imports to vertical layout for better readability and > maintainability. > > Signed-off-by: Guru Das Srinagesh <[email protected]> > --- > Came across a recent commit bc58905eb07 ("samples: rust_misc_device: use > vertical import style") and found a few more locations that could > benefit from this cleanup. No functional changes. > > Separating out patches per-subsystem as per the review feedback in [0]. > > Tested via: > > $ make LLVM=1 rustfmtcheck || echo "fail" > $ > > [0]: https://lore.kernel.org/lkml/[email protected]/ > --- Looks good to me, Reviewed-by: Michal Wilczynski <[email protected]>