Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] rust: net: Use kernel style vertical imports
@ 2026-07-06  5:38 Guru Das Srinagesh
  2026-07-06  5:38 ` [PATCH net-next 1/2] net: phy: ax88796b: Use vertical import style Guru Das Srinagesh
  2026-07-06  5:38 ` [PATCH net-next 2/2] net: phy: qt2025: " Guru Das Srinagesh
  0 siblings, 2 replies; 13+ messages in thread
From: Guru Das Srinagesh @ 2026-07-06  5:38 UTC (permalink / raw)
  To: FUJITA Tomonori, Trevor Gross, Andrew Lunn, Heiner Kallweit,
	Russell King, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: netdev, rust-for-linux, linux-kernel, Guru Das Srinagesh

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/20260628-b4-rust-vertical-imports-v1-0-98bc71d4810b@gurudas.dev/

Signed-off-by: Guru Das Srinagesh <linux@gurudas.dev>
---
Guru Das Srinagesh (2):
      net: phy: ax88796b: Use vertical import style
      net: phy: qt2025: Use vertical import style

 drivers/net/phy/ax88796b_rust.rs |  7 ++++++-
 drivers/net/phy/qt2025.rs        | 10 ++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)
---
base-commit: b73bc9ca3686b78b642fb35dcc1fdf874ecb74a1
change-id: 20260705-net-vert-imp-25c62f823db3

Best regards,
--  
Guru Das Srinagesh <linux@gurudas.dev>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-07-06 16:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-06  5:38 [PATCH net-next 0/2] rust: net: Use kernel style vertical imports Guru Das Srinagesh
2026-07-06  5:38 ` [PATCH net-next 1/2] net: phy: ax88796b: Use vertical import style Guru Das Srinagesh
2026-07-06 13:05   ` Andrew Lunn
2026-07-06 13:40     ` Gary Guo
2026-07-06 13:53       ` Andrew Lunn
2026-07-06 13:45     ` Alice Ryhl
2026-07-06  5:38 ` [PATCH net-next 2/2] net: phy: qt2025: " Guru Das Srinagesh
2026-07-06 13:58   ` Andrew Lunn
2026-07-06 15:07     ` Gary Guo
2026-07-06 15:28       ` Miguel Ojeda
2026-07-06 15:51       ` Andrew Lunn
2026-07-06 16:08         ` Miguel Ojeda
2026-07-06 16:15         ` Gary Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox