[PATCH net-next v12 03/13] net: phy: add helpers to handle sfp phy connect/disconnect

Maxime Chevallier maxime.chevallier at bootlin.com
Wed Jun 5 23:57:34 PDT 2024


Hello Jakub,

On Wed, 5 Jun 2024 20:10:25 -0700
Jakub Kicinski <kuba at kernel.org> wrote:

> On Wed,  5 Jun 2024 14:49:08 +0200 Maxime Chevallier wrote:
> > +/**
> > + * phy_sfp_connect_phy - Connect the SFP module's PHY to the upstream PHY
> > + * @upstream: pointer to the upstream phy device
> > + * @phy: pointer to the SFP module's phy device
> > + *
> > + * This helper allows keeping track of PHY devices on the link. It adds the
> > + * SFP module's phy to the phy namespace of the upstream phy
> > + */
> > +int phy_sfp_connect_phy(void *upstream, struct phy_device *phy)  
> 
> We run scripts/kernel-doc with -Wall now, it wants return values
> to be documented, too. 

OK, I'll address that and make sure to run this script on all the
patches in the series.

Thanks,

Maxime



More information about the linux-arm-kernel mailing list