* [PATCH net-next] net: stmmac: remove stmmac_hw_setup() excess documentation parameter
@ 2025-09-29 7:43 Russell King (Oracle)
2025-09-30 2:00 ` patchwork-bot+netdevbpf
2025-10-20 20:18 ` Andrew Lunn
0 siblings, 2 replies; 3+ messages in thread
From: Russell King (Oracle) @ 2025-09-29 7:43 UTC (permalink / raw)
To: Andrew Lunn, Heiner Kallweit
Cc: Alexandre Torgue, Andrew Lunn, David S. Miller, Eric Dumazet,
Furong Xu, Jakub Kicinski, Kunihiko Hayashi, linux-arm-kernel,
linux-stm32, Maxime Coquelin, netdev, Paolo Abeni,
Richard Cochran
The kernel build bot reports:
Warning: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:3438 Excess function parameter 'ptp_register' description in 'stmmac_hw_setup'
Fix it.
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 98d8ea566b85 ("net: stmmac: move timestamping/ptp init to stmmac_hw_setup() caller")
Closes: https://lore.kernel.org/oe-kbuild-all/202509290927.svDd6xuw-lkp@intel.com/
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
---
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
index be064f240895..650d75b73e0b 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -3400,7 +3400,6 @@ static void stmmac_safety_feat_configuration(struct stmmac_priv *priv)
/**
* stmmac_hw_setup - setup mac in a usable state.
* @dev : pointer to the device structure.
- * @ptp_register: register PTP if set
* Description:
* this is the main function to setup the HW in a usable state because the
* dma engine is reset, the core registers are configured (e.g. AXI,
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: stmmac: remove stmmac_hw_setup() excess documentation parameter
2025-09-29 7:43 [PATCH net-next] net: stmmac: remove stmmac_hw_setup() excess documentation parameter Russell King (Oracle)
@ 2025-09-30 2:00 ` patchwork-bot+netdevbpf
2025-10-20 20:18 ` Andrew Lunn
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-30 2:00 UTC (permalink / raw)
To: Russell King
Cc: andrew, hkallweit1, alexandre.torgue, andrew+netdev, davem,
edumazet, 0x1207, kuba, hayashi.kunihiko, linux-arm-kernel,
linux-stm32, mcoquelin.stm32, netdev, pabeni, richardcochran
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 29 Sep 2025 08:43:55 +0100 you wrote:
> The kernel build bot reports:
>
> Warning: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:3438 Excess function parameter 'ptp_register' description in 'stmmac_hw_setup'
>
> Fix it.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Fixes: 98d8ea566b85 ("net: stmmac: move timestamping/ptp init to stmmac_hw_setup() caller")
> Closes: https://lore.kernel.org/oe-kbuild-all/202509290927.svDd6xuw-lkp@intel.com/
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
>
> [...]
Here is the summary with links:
- [net-next] net: stmmac: remove stmmac_hw_setup() excess documentation parameter
https://git.kernel.org/netdev/net-next/c/6d3728d424a2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: stmmac: remove stmmac_hw_setup() excess documentation parameter
2025-09-29 7:43 [PATCH net-next] net: stmmac: remove stmmac_hw_setup() excess documentation parameter Russell King (Oracle)
2025-09-30 2:00 ` patchwork-bot+netdevbpf
@ 2025-10-20 20:18 ` Andrew Lunn
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2025-10-20 20:18 UTC (permalink / raw)
To: Russell King (Oracle)
Cc: Heiner Kallweit, Alexandre Torgue, Andrew Lunn, David S. Miller,
Eric Dumazet, Furong Xu, Jakub Kicinski, Kunihiko Hayashi,
linux-arm-kernel, linux-stm32, Maxime Coquelin, netdev,
Paolo Abeni, Richard Cochran
On Mon, Sep 29, 2025 at 08:43:55AM +0100, Russell King (Oracle) wrote:
> The kernel build bot reports:
>
> Warning: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:3438 Excess function parameter 'ptp_register' description in 'stmmac_hw_setup'
>
> Fix it.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Fixes: 98d8ea566b85 ("net: stmmac: move timestamping/ptp init to stmmac_hw_setup() caller")
> Closes: https://lore.kernel.org/oe-kbuild-all/202509290927.svDd6xuw-lkp@intel.com/
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-22 9:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-29 7:43 [PATCH net-next] net: stmmac: remove stmmac_hw_setup() excess documentation parameter Russell King (Oracle)
2025-09-30 2:00 ` patchwork-bot+netdevbpf
2025-10-20 20:18 ` Andrew Lunn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).