Re: [PATCH net-next 08/13] net: phy: phy_caps: Introduce link_caps_valid
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2025-02-23 13:40:53
Also in:
lkml, netdev, oe-kbuild-all
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2025-02-23 13:40:53
Also in:
lkml, netdev, oe-kbuild-all
On Sun, 23 Feb 2025 14:38:46 +0800 kernel test robot [off-list ref] wrote:
quoted
quoted
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