Message ID | 20240214152741.670178-1-leitao@debian.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix MODULE_DESCRIPTION() for net (p6) | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 14 Feb 2024 07:27:34 -0800 you wrote: > There are a few network modules left that misses MODULE_DESCRIPTION(), > causing a warnning when compiling with W=1. Example: > > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/.... > > This last patchset solves the problem for all the missing driver. It is > not expect to see any warning for the driver/net and net/ directory once > all these patches have landed. > > [...] Here is the summary with links: - [net,v2,1/7] net: fill in MODULE_DESCRIPTION()s for xen-netback https://git.kernel.org/netdev/net/c/5b8e3464071a - [net,v2,2/7] net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelb https://git.kernel.org/netdev/net/c/c0872309ac84 - [net,v2,3/7] net: fill in MODULE_DESCRIPTION()s for plip https://git.kernel.org/netdev/net/c/44c1197bcef4 - [net,v2,4/7] net: fill in MODULE_DESCRIPTION()s for fddik/skfp https://git.kernel.org/netdev/net/c/4ad9e8587439 - [net,v2,5/7] net: fill in MODULE_DESCRIPTION()s for ppp https://git.kernel.org/netdev/net/c/e1e5ef2aefc2 - [net,v2,6/7] net: fill in MODULE_DESCRIPTION()s for mdio_devres https://git.kernel.org/netdev/net/c/9de69f0e9958 - [net,v2,7/7] net: fill in MODULE_DESCRIPTION()s for missing arcnet https://git.kernel.org/netdev/net/c/538b22e74287 You are awesome, thank you!