]> git.itanic.dy.fi Git - linux-stable/commitdiff
Merge branch 'fix-module_description-for-net-p6'
authorJakub Kicinski <kuba@kernel.org>
Thu, 15 Feb 2024 16:03:49 +0000 (08:03 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 Feb 2024 16:03:49 +0000 (08:03 -0800)
Breno Leitao says:

====================
Fix MODULE_DESCRIPTION() for net (p6)

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.

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

Link: https://lore.kernel.org/r/20240214152741.670178-1-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge