[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172868823925.3022673.11344630026816990350.git-patchwork-notify@kernel.org>
Date: Fri, 11 Oct 2024 23:10:39 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Wei Fang <wei.fang@....com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, claudiu.manoil@....com, vladimir.oltean@....com,
christophe.leroy@...roup.eu, linuxppc-dev@...ts.ozlabs.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, imx@...ts.linux.dev
Subject: Re: [PATCH net] net: enetc: add missing static descriptor and inline
keyword
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Fri, 11 Oct 2024 11:01:03 +0800 you wrote:
> Fix the build warnings when CONFIG_FSL_ENETC_MDIO is not enabled.
> The detailed warnings are shown as follows.
>
> include/linux/fsl/enetc_mdio.h:62:18: warning: no previous prototype for function 'enetc_hw_alloc' [-Wmissing-prototypes]
> 62 | struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs)
> | ^
> include/linux/fsl/enetc_mdio.h:62:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
> 62 | struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs)
> | ^
> | static
> 8 warnings generated.
>
> [...]
Here is the summary with links:
- [net] net: enetc: add missing static descriptor and inline keyword
https://git.kernel.org/netdev/net/c/1d7b2ce43d2c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists