Re: [PATCH net-next 08/13] net: phy: phy_caps: Introduce link_caps_valid
From: Maxime Chevallier
Date: Sun Feb 23 2025 - 08:41:05 EST
On Sun, 23 Feb 2025 14:38:46 +0800
kernel test robot <lkp@xxxxxxxxx> wrote:
> >> drivers/net/phy/phy_caps.c:152: warning: Function parameter or struct member 'speed' not described in 'phy_caps_valid'
> >> drivers/net/phy/phy_caps.c:152: warning: Function parameter or struct member 'duplex' not described in 'phy_caps_valid'
> >> drivers/net/phy/phy_caps.c:152: warning: Function parameter or struct member 'linkmodes' not described in 'phy_caps_valid'
>
Ah indeed, I'm missing the kdoc description here.
Meh and the commit title should be :
net: phy: phy_caps: Introduce phy_caps_valid
I'll wait a bit for reviews and fix that in the next round.
Thanks mister robot,
Maxime