Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>:
On Wed, 2 Sep 2026 14:40:10 +0530 you wrote: > mana_bpf() has a trailing 'return ret;' after a switch statement whose > every case (XDP_SETUP_PROG and default) already returns unconditionally. > The statement is therefore unreachable and 'ret' is never used. > > Remove both. No functional change intended. > > Signed-off-by: Muhammad Falak R Wani <[email protected]> > Reviewed-by: Hamza Mahfooz <[email protected]> > > [...] Here is the summary with links: - [net-next,v2] net: mana: remove unreachable dead code in mana_bpf() https://git.kernel.org/netdev/net-next/c/8d5f1bda7e8b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html

