]> git.itanic.dy.fi Git - linux-stable/commit
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)
commitb2c6c5291124451729d40f5adda22452512e7068
tree89c644dd09222b2acf1af0d8234a1b36fd845b4c
parented4adc07207d9165a4b3b36199231a22e9f51a55
parent538b22e74287864014b3be7481042fb904a0cc0d
Merge branch 'fix-module_description-for-net-p6'

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>