summaryrefslogtreecommitdiff
path: root/net/ipv6/tunnel6.c
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2024-02-08 19:42:40 +0300
committerJakub Kicinski <kuba@kernel.org>2024-02-10 01:12:01 +0300
commit92ab08eb63bbf54caebb425ed8908758c98ae8f2 (patch)
tree460989d17fa70156ae220125dcab08ea4ae9cad6 /net/ipv6/tunnel6.c
parent2898f3075e6a0b0584781272aac88377e5ced0a0 (diff)
downloadlinux-92ab08eb63bbf54caebb425ed8908758c98ae8f2.tar.xz
net: fill in MODULE_DESCRIPTION()s for ipv6 modules
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the IPv6 modules. Signed-off-by: Breno Leitao <leitao@debian.org> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240208164244.3818498-6-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv6/tunnel6.c')
-rw-r--r--net/ipv6/tunnel6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tunnel6.c b/net/ipv6/tunnel6.c
index 00e8d8b1c9a7..dc4ea9b11794 100644
--- a/net/ipv6/tunnel6.c
+++ b/net/ipv6/tunnel6.c
@@ -302,4 +302,5 @@ static void __exit tunnel6_fini(void)
module_init(tunnel6_init);
module_exit(tunnel6_fini);
+MODULE_DESCRIPTION("IP-in-IPv6 tunnel driver");
MODULE_LICENSE("GPL");