Re: [PATCH net-next v2 4/9] net: phy: ncn26000: Support for internal phy for S2500

From: Andrew Lunn

Date: Mon May 11 2026 - 15:29:51 EST


> @@ -163,7 +166,7 @@ static int ncn26000_config_intr(struct phy_device *phydev)
> }
>
> /* Directly accessing via Clause 45 read avoids the extra
> - * SPI accesses required by indirect access.
> + * SPI transactions required by indirect access.
> */

Please don't change things you added in the previous patch.

Andrew