From: Jakub Kicinski Date: Thu, 15 Feb 2024 16:03:49 +0000 (-0800) Subject: Merge branch 'fix-module_description-for-net-p6' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2c6c5291124451729d40f5adda22452512e7068;p=linux.git 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 --- b2c6c5291124451729d40f5adda22452512e7068