From: David S. Miller Date: Mon, 29 Jan 2024 12:12:51 +0000 (+0000) Subject: Merge branch 'net-module-description' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf8e51ef518654f3b68c1fed93690d2df8e98a4b;p=linux.git Merge branch 'net-module-description' Breno Leitao says: ==================== Fix MODULE_DESCRIPTION() for net (p3) There are hundreds of network modules that misses MODULE_DESCRIPTION(), causing a warning when compiling with W=1. Example: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com90io.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/arc-rimi.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com20020.o This part3 of the patchset focus on the missing ethernet drivers, which is now warning free. This also fixes net/pcs and ieee802154. ==================== Signed-off-by: David S. Miller --- cf8e51ef518654f3b68c1fed93690d2df8e98a4b