[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171153542903.20945.16861388246431708832.git-patchwork-notify@kernel.org>
Date: Wed, 27 Mar 2024 10:30:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Herve Codina <herve.codina@...tlin.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, linus.walleij@...aro.org, christophe.leroy@...roup.eu,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
andriy.shevchenko@...ux.intel.com, thomas.petazzoni@...tlin.com,
lkp@...el.com, stable@...r.kernel.org
Subject: Re: [PATCH] net: wan: framer: Add missing static inline qualifiers
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Mon, 25 Mar 2024 09:25:05 +0100 you wrote:
> Compilation with CONFIG_GENERIC_FRAMER disabled lead to the following
> warnings:
> framer.h:184:16: warning: no previous prototype for function 'framer_get' [-Wmissing-prototypes]
> 184 | struct framer *framer_get(struct device *dev, const char *con_id)
> framer.h:184:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
> 184 | struct framer *framer_get(struct device *dev, const char *con_id)
> framer.h:189:6: warning: no previous prototype for function 'framer_put' [-Wmissing-prototypes]
> 189 | void framer_put(struct device *dev, struct framer *framer)
> framer.h:189:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
> 189 | void framer_put(struct device *dev, struct framer *framer)
>
> [...]
Here is the summary with links:
- net: wan: framer: Add missing static inline qualifiers
https://git.kernel.org/netdev/net/c/ea2c09283b44
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