[net,v2,0/7] Fix MODULE_DESCRIPTION() for net (p6)

Message ID 20240214152741.670178-1-leitao@debian.org
Headers
Series Fix MODULE_DESCRIPTION() for net (p6) |

Message

Breno Leitao Feb. 14, 2024, 3:27 p.m. UTC
  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.

Changeloge:

v1:
  * https://lore.kernel.org/all/20240213112122.404045-1-leitao@debian.org/

v2:
  * Rewrote mdio_devres description as suggested by Andrew Lunn
  * Added an acked-by from Paul Durrant in patch 1/7

Breno Leitao (7):
  net: fill in MODULE_DESCRIPTION()s for xen-netback
  net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelb
  net: fill in MODULE_DESCRIPTION()s for plip
  net: fill in MODULE_DESCRIPTION()s for fddik/skfp
  net: fill in MODULE_DESCRIPTION()s for ppp
  net: fill in MODULE_DESCRIPTION()s for mdio_devres
  net: fill in MODULE_DESCRIPTION()s for missing arcnet

 drivers/net/arcnet/arc-rawmode.c  | 1 +
 drivers/net/arcnet/arc-rimi.c     | 1 +
 drivers/net/arcnet/capmode.c      | 1 +
 drivers/net/arcnet/com20020-pci.c | 1 +
 drivers/net/arcnet/com20020.c     | 1 +
 drivers/net/arcnet/com20020_cs.c  | 1 +
 drivers/net/arcnet/com90io.c      | 1 +
 drivers/net/arcnet/com90xx.c      | 1 +
 drivers/net/arcnet/rfc1051.c      | 1 +
 drivers/net/arcnet/rfc1201.c      | 1 +
 drivers/net/fddi/skfp/skfddi.c    | 1 +
 drivers/net/ieee802154/fakelb.c   | 1 +
 drivers/net/phy/mdio_devres.c     | 1 +
 drivers/net/plip/plip.c           | 1 +
 drivers/net/ppp/bsd_comp.c        | 1 +
 drivers/net/ppp/ppp_async.c       | 1 +
 drivers/net/ppp/ppp_deflate.c     | 1 +
 drivers/net/ppp/ppp_generic.c     | 1 +
 drivers/net/ppp/ppp_synctty.c     | 1 +
 drivers/net/xen-netback/netback.c | 1 +
 20 files changed, 20 insertions(+)
  

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 15, 2024, 4:10 p.m. UTC | #1
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!