Re: [PATCH net-next 2/2] net: phy: microchip_t1s:: add cable diagnostic support for LAN867x Rev.D0

From: Andrew Lunn

Date: Tue Nov 04 2025 - 10:50:47 EST


> + .cable_test_start = genphy_c45_oatc14_cable_test_start,
> + .cable_test_get_status =
> + genphy_c45_oatc14_cable_test_get_status,

netdev prefers lines at < 80, but up to 100 are accepted when they
make sense. Please keep this on one lines.

Andre