Re: [PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 6 Apr 2021 17:23:59 -0700 you wrote: > Add missing kdoc for phy tunable callbacks. > > Signed-off-by: Jakub Kicinski > --- > Targetting net-next to avoid conflict with upcoming patches. > Should apply cleanly to

Re: [PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-06 Thread Florian Fainelli
On 4/6/2021 5:23 PM, Jakub Kicinski wrote: > Add missing kdoc for phy tunable callbacks. > > Signed-off-by: Jakub Kicinski Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-06 Thread Andrew Lunn
On Tue, Apr 06, 2021 at 05:23:59PM -0700, Jakub Kicinski wrote: > Add missing kdoc for phy tunable callbacks. > > Signed-off-by: Jakub Kicinski Reviewed-by: Andrew Lunn Andrew

[PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-06 Thread Jakub Kicinski
Add missing kdoc for phy tunable callbacks. Signed-off-by: Jakub Kicinski --- Targetting net-next to avoid conflict with upcoming patches. Should apply cleanly to both trees. include/linux/ethtool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/ethtool.h b/include/linux/et