net: fill in MODULE_DESCRIPTION()s for ipv4 modules
authorBreno Leitao <leitao@debian.org>
Thu, 8 Feb 2024 16:42:41 +0000 (08:42 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Feb 2024 22:12:02 +0000 (14:12 -0800)
commitb058a5d25d921af2be83d70844d389ecfd4a0497
tree7e806d15922da7596a5052e43b1e6ba3880c912d
parent92ab08eb63bbf54caebb425ed8908758c98ae8f2
net: fill in MODULE_DESCRIPTION()s for ipv4 modules

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the IPv4 modules.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240208164244.3818498-7-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/ah4.c
net/ipv4/esp4.c
net/ipv4/ip_gre.c
net/ipv4/ip_tunnel.c
net/ipv4/ip_vti.c
net/ipv4/ipip.c
net/ipv4/tunnel4.c
net/ipv4/udp_tunnel_core.c
net/ipv4/xfrm4_tunnel.c