Re: [PATCH net] net: phylink: unwind the PHY binding when bringup fails late
From: Andrew Lunn
Date: Thu Sep 17 2026 - 22:10:02 EST
> +/* Disassociate @phy from @pl. Caller must hold pl->phydev_mutex. */
How often do you see this comment in phylink about holding a mutex?
Please make the comments follow the style of the file, same as you
make the code follow the style of the file.
Andrew